Uses of Class
org.springframework.integration.ip.dsl.AbstractConnectionFactorySpec
Packages that use AbstractConnectionFactorySpec
Package
Description
Provides TCP/UDP Component support for the Java DSL.
-
Uses of AbstractConnectionFactorySpec in org.springframework.integration.ip.dsl
Classes in org.springframework.integration.ip.dsl with type parameters of type AbstractConnectionFactorySpecModifier and TypeClassDescriptionclass
AbstractConnectionFactorySpec<S extends AbstractConnectionFactorySpec<S,
C>, C extends AbstractConnectionFactory> Subclasses of AbstractConnectionFactorySpec in org.springframework.integration.ip.dslModifier and TypeClassDescriptionclass
class
Methods in org.springframework.integration.ip.dsl with parameters of type AbstractConnectionFactorySpecModifier and TypeMethodDescriptionstatic TcpInboundChannelAdapterSpec
Tcp.inboundAdapter
(AbstractConnectionFactorySpec<?, ?> connectionFactorySpec) Create an inbound channel adapter using the supplied connection factory.static TcpInboundGatewaySpec
Tcp.inboundGateway
(AbstractConnectionFactorySpec<?, ?> connectionFactorySpec) Create an inbound gateway using the supplied connection factory.Tcp.outboundAdapter
(AbstractConnectionFactorySpec<?, ?> connectionFactorySpec) Create an outbound gateway using the supplied connection factory.Constructors in org.springframework.integration.ip.dsl with parameters of type AbstractConnectionFactorySpecModifierConstructorDescriptionprotected
TcpInboundChannelAdapterSpec
(AbstractConnectionFactorySpec<?, ?> connectionFactorySpec) Construct an instance using the provided connection factory spec.protected
TcpInboundGatewaySpec
(AbstractConnectionFactorySpec<?, ?> connectionFactorySpec) Construct an instance using a connection factory spec.protected
TcpOutboundChannelAdapterSpec
(AbstractConnectionFactorySpec<?, ?> connectionFactorySpec) Construct an instance using the provided connection factory spec.