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
-
Field Summary
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUdpMulticastOutboundChannelAdapterSpec(String destinationExpression) protectedUdpMulticastOutboundChannelAdapterSpec(String host, int port) protectedUdpMulticastOutboundChannelAdapterSpec(Function<org.springframework.messaging.Message<?>, ?> destinationFunction) -
Method Summary
Methods inherited from class org.springframework.integration.ip.dsl.AbstractUdpOutboundChannelAdapterSpec
ackCounter, configureSocket, lengthCheck, localAddress, socketExpression, socketFunction, soReceiveBufferSize, soSendBufferSize, soTimeoutMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, get, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
UdpMulticastOutboundChannelAdapterSpec
-
UdpMulticastOutboundChannelAdapterSpec
-
UdpMulticastOutboundChannelAdapterSpec
protected UdpMulticastOutboundChannelAdapterSpec(Function<org.springframework.messaging.Message<?>, ?> destinationFunction)
-
-
Method Details
-
timeToLive
- Parameters:
timeToLive- the timeToLive.- Returns:
- the spec.
- See Also:
-