Class UdpUnicastOutboundChannelAdapterSpec

All Implemented Interfaces:
DisposableBean, FactoryBean<UnicastSendingMessageHandler>, InitializingBean, Lifecycle, Phased, SmartLifecycle

public class UdpUnicastOutboundChannelAdapterSpec extends AbstractUdpOutboundChannelAdapterSpec<UdpUnicastOutboundChannelAdapterSpec>
Since:
5.0
Author:
Gary Russell, Artem Bilan
  • Constructor Details

    • UdpUnicastOutboundChannelAdapterSpec

      protected UdpUnicastOutboundChannelAdapterSpec(String host, int port)
    • UdpUnicastOutboundChannelAdapterSpec

      protected UdpUnicastOutboundChannelAdapterSpec(Function<Message<?>,?> destinationFunction)
    • UdpUnicastOutboundChannelAdapterSpec

      protected UdpUnicastOutboundChannelAdapterSpec(String destinationExpression)