Spring Integration 5.3ダウンロード

更新内容

  • Reactive transactions support. The ReactiveTransactionManager can now be configured for endpoints which produces reactive type for replies or just implement ReactiveMessageHandler.
  • ReactiveRequestHandlerAdvice – a MethodInterceptor for message handlers producing a Mono as a payload for reply. The BiFunction<Message<?>, Mono<?>, Publisher<?>> customized is applied for the returned Mono via Mono.transform(Function) operator to add some aspects into a produced result. Typically it is used for timeoutretrytag options applied for the remote reactive requests, e.g. Webflux or RSocket.

ダウンロード

開発元からダウンロード

Software

Posted by arkgame