Class UdpMulticastOutboundChannelAdapterSpec

java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageHandlerSpec<S,UnicastSendingMessageHandler>
org.springframework.integration.ip.dsl.AbstractUdpOutboundChannelAdapterSpec<UdpMulticastOutboundChannelAdapterSpec>
org.springframework.integration.ip.dsl.UdpMulticastOutboundChannelAdapterSpec
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<UnicastSendingMessageHandler>, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

public class UdpMulticastOutboundChannelAdapterSpec extends AbstractUdpOutboundChannelAdapterSpec<UdpMulticastOutboundChannelAdapterSpec>
A MessageHandlerSpec for MulticastSendingMessageHandlers.
Since:
5.0
  • Constructor Details

    • UdpMulticastOutboundChannelAdapterSpec

      protected UdpMulticastOutboundChannelAdapterSpec(String host, int port)
    • UdpMulticastOutboundChannelAdapterSpec

      protected UdpMulticastOutboundChannelAdapterSpec(String destinationExpression)
    • UdpMulticastOutboundChannelAdapterSpec

      protected UdpMulticastOutboundChannelAdapterSpec(Function<org.springframework.messaging.Message<?>,?> destinationFunction)
  • Method Details