附录
相关链接:
- Reactor 项目反应器
部分摘要
🔗 Cloud Events support
🔗 RSocket support
📄️ Spring 集成
Spring Integration Framework 扩展了 Spring 编程模型,以支持众所周知的企业集成模式。它使得在基于 Spring 的应用程序中实现轻量级消息传递成为可能,并通过声明式适配器支持与外部系统的集成。它还提供了一个高层次的 DSL,用于将各种操作(端点)组合成一个逻辑集成流程。通过这种 DSL 配置的 lambda 风格,Spring Integration 已经很好地采用了 java.util.function 接口。@MessagingGateway 代理接口也可以作为 Function 或 Consumer,根据 Spring Cloud Function 环境,可以注册到函数目录中。有关其对函数支持的更多信息,请参见 Spring Integration Reference Manual。