Spring Integration 5.3ダウンロード
更新内容
- Reactive transactions support. The
ReactiveTransactionManagercan now be configured for endpoints which produces reactive type for replies or just implementReactiveMessageHandler. ReactiveRequestHandlerAdvice– aMethodInterceptorfor message handlers producing aMonoas a payload for reply. TheBiFunction<Message<?>, Mono<?>, Publisher<?>>customized is applied for the returnedMonoviaMono.transform(Function)operator to add some aspects into a produced result. Typically it is used fortimeout,retry,tagoptions applied for the remote reactive requests, e.g. Webflux or RSocket.
ダウンロード