public class UdpMulticastOutboundChannelAdapterSpec extends AbstractUdpOutboundChannelAdapterSpec<UdpMulticastOutboundChannelAdapterSpec>
MessageHandlerSpec for
MulticastSendingMessageHandlers.| Modifier | Constructor and Description |
|---|---|
protected |
UdpMulticastOutboundChannelAdapterSpec(java.util.function.Function<org.springframework.messaging.Message<?>,?> destinationFunction) |
protected |
UdpMulticastOutboundChannelAdapterSpec(java.lang.String destinationExpression) |
protected |
UdpMulticastOutboundChannelAdapterSpec(java.lang.String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
UdpMulticastOutboundChannelAdapterSpec |
timeToLive(int timeToLive) |
ackCounter, lengthCheck, localAddress, socketExpression, socketFunction, soReceiveBufferSize, soSendBufferSize, soTimeout_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopprotected UdpMulticastOutboundChannelAdapterSpec(java.lang.String host,
int port)
protected UdpMulticastOutboundChannelAdapterSpec(java.lang.String destinationExpression)
protected UdpMulticastOutboundChannelAdapterSpec(java.util.function.Function<org.springframework.messaging.Message<?>,?> destinationFunction)
public UdpMulticastOutboundChannelAdapterSpec timeToLive(int timeToLive)
timeToLive - the timeToLive.MulticastSendingMessageHandler.setTimeToLive(int)