Uses of Class
org.springframework.integration.ip.dsl.TcpInboundGatewaySpec
Package
Description
Provides TCP/UDP Component support for the Java DSL.
-
Uses of TcpInboundGatewaySpec in org.springframework.integration.ip.dsl
Modifier and TypeMethodDescriptionTcpInboundGatewaySpec.clientMode
(boolean isClientMode) static TcpInboundGatewaySpec
Tcp.inboundGateway
(AbstractConnectionFactorySpec<?, ?> connectionFactorySpec) Create an inbound gateway using the supplied connection factory.static TcpInboundGatewaySpec
Tcp.inboundGateway
(AbstractConnectionFactory connectionFactory) Create an inbound gateway using the supplied connection factory.TcpInboundGatewaySpec.retryInterval
(long retryInterval) TcpInboundGatewaySpec.taskScheduler
(TaskScheduler taskScheduler)