Uses of Class
org.springframework.integration.ip.dsl.TcpClientConnectionFactorySpec
Packages that use TcpClientConnectionFactorySpec
Package
Description
Provides TCP/UDP Component support for the Java DSL.
-
Uses of TcpClientConnectionFactorySpec in org.springframework.integration.ip.dsl
Classes in org.springframework.integration.ip.dsl with type parameters of type TcpClientConnectionFactorySpecModifier and TypeClassDescriptionclass
TcpClientConnectionFactorySpec<S extends TcpClientConnectionFactorySpec<S,
C>, C extends AbstractClientConnectionFactory> Subclasses of TcpClientConnectionFactorySpec in org.springframework.integration.ip.dslModifier and TypeClassDescriptionclass
class
Methods in org.springframework.integration.ip.dsl with parameters of type TcpClientConnectionFactorySpecModifier and TypeMethodDescriptionstatic TcpOutboundGatewaySpec
Tcp.outboundGateway
(TcpClientConnectionFactorySpec<?, ?> connectionFactory) Create an outbound gateway using the supplied client connection factory.Constructors in org.springframework.integration.ip.dsl with parameters of type TcpClientConnectionFactorySpecModifierConstructorDescriptionTcpOutboundGatewaySpec
(TcpClientConnectionFactorySpec<?, ?> connectionFactorySpec) Construct an instance using the supplied connection factory spec.