Spring Integration 5.2.0 正式发布,Spring 消息通信
Spring Integration 5.2.0 正式发布了,可从里程碑仓库获取。 compile "org.springframework.integration:spring-integration-core:5.2.0.RELEASE" 主要更新内容: RSocket 支持——在 RSocket 协议中实现了 RSocketInboundGateway 和 RSocketOutboundGateway,以支持 Reactive Streams FluxAggregatorMessageHandler 以基于 Project Reactor Flux 分组和窗口功能生成窗口或缓冲区结果 RateLimiterRequestHandlerAdvice 和 CacheRequestHandlerAdvice 可用于 MessageHandler.handleMessage() 的 AOP 方面 Spring 集成脚本模块已添加了 Kotlin 脚本的 JSR223 实现 现在,FTP 和 SFTP 模块为某些 Apache Mina FTP/SFTP 服务器事件提供了事件侦听器 提...
