Why channel can be set on TcpReceivingChannelAdapter
, the inbound adapter, but not on TcpSendingMessageHandler
, the outbound adapter?
Why outbound adapter is called TcpSendingMessageHandler, why handler, not adapter?
One would intuitively expects that inbound adapter and outbound adapter would be "mirrors" of each other, just with different directions.
My question is variation of Spring Integration - Inbound vs Outbound Channel Adapters question, but focused on Spring Integration DSL API and Tcp/Ip socket communication.