Uses of Class
org.springframework.integration.ip.dsl.UdpUnicastOutboundChannelAdapterSpec
Package
Description
Provides TCP/UDP Component support for the Java DSL.
-
Uses of UdpUnicastOutboundChannelAdapterSpec in org.springframework.integration.ip.dsl
Modifier and TypeMethodDescriptionUdp.outboundAdapter
(String destinationExpression) Create an outbound unicast channel adapter using the supplied destination expression.Udp.outboundAdapter
(String host, int port) Create an outbound unicast channel adapter using the supplied host and port.Udp.outboundAdapter
(Function<Message<?>, ?> destinationFunction) Create an outbound unicast channel adapter using the supplied destination expression.