Class UdpMulticastOutboundChannelAdapterSpec

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

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

    • UdpMulticastOutboundChannelAdapterSpec

      protected UdpMulticastOutboundChannelAdapterSpec(String host, int port)
    • UdpMulticastOutboundChannelAdapterSpec

      protected UdpMulticastOutboundChannelAdapterSpec(String destinationExpression)
    • UdpMulticastOutboundChannelAdapterSpec

      protected UdpMulticastOutboundChannelAdapterSpec(Function<Message<?>,?> destinationFunction)
  • Method Details