Class AbstractInternetProtocolSendingMessageHandler

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

@Deprecated(forRemoval=true, since="7.0") public abstract class AbstractInternetProtocolSendingMessageHandler extends AbstractInternetProtocolSendingMessageHandler
Deprecated, for removal: This API element is subject to removal in a future version.
Base class for UDP MessageHandlers.
Since:
2.0
Author:
Gary Russell, Christian Tzolov
  • Constructor Details

    • AbstractInternetProtocolSendingMessageHandler

      public AbstractInternetProtocolSendingMessageHandler(String host, int port)
      Deprecated, for removal: This API element is subject to removal in a future version.