【发布时间】:2021-08-12 20:08:28
【问题描述】:
只是一个问题,
我想配置重试建议。
这行得通吗?
IntegrationFlows.from("inputChannel")
.transform(theTranformer , "theTransfomerMethod" , e -> e.handleMessageAdvice(new RequestHandlerRetryAdvice()))
.channel("outputChannel").get();
问候。
【问题讨论】:
标签: spring spring-integration spring-integration-dsl