Class UdpUnicastOutboundChannelAdapterSpec
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageHandlerSpec<S,UnicastSendingMessageHandler>
org.springframework.integration.ip.dsl.AbstractUdpOutboundChannelAdapterSpec<UdpUnicastOutboundChannelAdapterSpec>
org.springframework.integration.ip.dsl.UdpUnicastOutboundChannelAdapterSpec
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,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 UdpUnicastOutboundChannelAdapterSpec extends AbstractUdpOutboundChannelAdapterSpec<UdpUnicastOutboundChannelAdapterSpec>
A
MessageHandlerSpec for
UnicastSendingMessageHandlers.- Since:
- 5.0
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedUdpUnicastOutboundChannelAdapterSpec(java.lang.String destinationExpression)protectedUdpUnicastOutboundChannelAdapterSpec(java.lang.String host, int port)protectedUdpUnicastOutboundChannelAdapterSpec(java.util.function.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, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
-
Constructor Details
-
UdpUnicastOutboundChannelAdapterSpec
protected UdpUnicastOutboundChannelAdapterSpec(java.lang.String host, int port) -
UdpUnicastOutboundChannelAdapterSpec
protected UdpUnicastOutboundChannelAdapterSpec(java.util.function.Function<org.springframework.messaging.Message<?>,?> destinationFunction) -
UdpUnicastOutboundChannelAdapterSpec
protected UdpUnicastOutboundChannelAdapterSpec(java.lang.String destinationExpression)
-