【发布时间】:2020-03-04 02:48:42
【问题描述】:
是否可以在我的服务激活器上触发两个输出通道?
@ServiceActivator(inputChannel = Constants.CHANNEL_INPUT,
outputChannel = Constants.CHANNEL_OUTPUT)
public OutputDto applyValidator(Message<?> message) {
...
return outputDto
}
【问题讨论】:
标签: spring spring-integration integration