Class TcpSendingMessageHandler

All Implemented Interfaces:
org.reactivestreams.Subscriber<Message<?>>, Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, Lifecycle, Ordered, ComponentSourceAware, ExpressionCapable, Orderable, IntegrationPattern, ClientModeCapable, TcpSender, NamedComponent, IntegrationManagement, ManageableLifecycle, TrackableComponent, MessageHandler, reactor.core.CoreSubscriber<Message<?>>

@Deprecated(forRemoval=true, since="7.0") public class TcpSendingMessageHandler extends TcpSendingMessageHandler
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor or TcpSendingMessageHandler
Tcp outbound channel adapter using a TcpConnection to send data - if the connection factory is a server factory, the TcpListener owns the connections. If it is a client factory, this object owns the connection.
Since:
2.0
Author:
Gary Russell, Artem Bilan, Christian Tzolov
  • Constructor Details

    • TcpSendingMessageHandler

      public TcpSendingMessageHandler()
      Deprecated, for removal: This API element is subject to removal in a future version.