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