Uses of Class
org.springframework.integration.ip.dsl.TcpClientConnectionFactorySpec
Package
Description
Provides TCP/UDP Component support for the Java DSL.
-
Uses of TcpClientConnectionFactorySpec in org.springframework.integration.ip.dsl
Modifier and TypeClassDescriptionclass
TcpClientConnectionFactorySpec<S extends TcpClientConnectionFactorySpec<S,
C>, C extends AbstractClientConnectionFactory> Modifier and TypeClassDescriptionclass
class
Modifier and TypeMethodDescriptionstatic TcpOutboundGatewaySpec
Tcp.outboundGateway
(TcpClientConnectionFactorySpec<?, ?> connectionFactory) Create an outbound gateway using the supplied client connection factory.ModifierConstructorDescriptionTcpOutboundGatewaySpec
(TcpClientConnectionFactorySpec<?, ?> connectionFactorySpec) Construct an instance using the supplied connection factory spec.