Uses of Class
org.springframework.integration.ip.dsl.UdpUnicastOutboundChannelAdapterSpec
Packages that use UdpUnicastOutboundChannelAdapterSpec
Package
Description
Provides TCP/UDP Component support for the Java DSL.
-
Uses of UdpUnicastOutboundChannelAdapterSpec in org.springframework.integration.ip.dsl
Methods in org.springframework.integration.ip.dsl that return UdpUnicastOutboundChannelAdapterSpecModifier 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.