Spring Integration 5.3 发布,Spring 消息通信

栏目: 软件资讯 · 发布时间: 6年前

内容简介:Spring Integration 5.3 正式发布了,可从里程碑仓库获取。 compile "org.springframework.integration:spring-integration-core:5.3.0.M3" 主要更新内容: Reactive transactions 支持。现在可以为端点配置 Re...

Spring Integration 5.3 正式发布了,可从里程碑仓库获取。  

compile "org.springframework.integration:spring-integration-core:5.3.0.M3"

主要更新内容:  

  • Reactive transactions 支持。现在可以为端点配置 ReactiveTransactionManager ,从而为响应生成响应类型或仅实现 ReactiveMessageHandler
  • ReactiveRequestHandlerAdvice - 消息处理程序的 MethodInterceptor,将 Mono 作为有效载荷进行回复。定制的 BiFunction<Message<?>, Mono<?>, Publisher<?>> 通过 Mono.transform(Function) 运算符应用于返回的 Mono ,以将某些方面添加到生成的结果中。通常,它用于应用于远程响应请求的超时、重试、标记选项,例如 Webflux 或 RSocket。 
  • Kotlin DSL。正如之前所承诺的, spring-integration-kotlin-dsl 项目已经被合并到了核心项目中,以实现一般可用性和进一步的可能的改进,这些改进只有直接访问核心 Spring Integration 类才有可能实现。
  • Web Services Java DSL。随着社区的大量需求,用于 Web 服务模块的 Java DSL 组件已被纳入项目。 

更新说明: https://spring.io/blog/2020/03/11/spring-integration-5-3-milestone-3-available


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Django 1.0 Template Development

Django 1.0 Template Development

Scott Newman / Packt / 2008 / 24.99

Django is a high-level Python web application framework designed to support the rapid development of dynamic websites, web applications, and web services. Getting the most out of its template system a......一起来看看 《Django 1.0 Template Development》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具