Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 779 Bytes

223-messaging.md

File metadata and controls

3 lines (2 loc) · 779 Bytes

Spring Framework 4 includes a spring-messaging module with key abstractions from the Spring Integration project such as MessageMessageChannelMessageHandler, and others to serve as a foundation for messaging-based applications. The module also includes a set of annotations for mapping messages to methods, similar to the Spring MVC annotation based programming model.

 Spring Framework 4 包括一个 Spring消息传递模块 ,它具有来自 Spring Integration 项目的关键抽象,例如 Message , MessageChannel , MessageHandler 和其他, 用作基于消息传递的应用程序的基础 。 该模块还包括一组用于将消息映射到方法的注解,类似于基于 Spring MVC 注解的编程模型。