Uses of Class
org.springframework.integration.ip.dsl.TcpInboundChannelAdapterSpec
Packages that use TcpInboundChannelAdapterSpec
Package
Description
Provides TCP/UDP Component support for the Java DSL.
-
Uses of TcpInboundChannelAdapterSpec in org.springframework.integration.ip.dsl
Methods in org.springframework.integration.ip.dsl that return TcpInboundChannelAdapterSpecModifier and TypeMethodDescriptionTcpInboundChannelAdapterSpec.clientMode
(boolean isClientMode) static TcpInboundChannelAdapterSpec
Tcp.inboundAdapter
(AbstractConnectionFactorySpec<?, ?> connectionFactorySpec) Create an inbound channel adapter using the supplied connection factory.static TcpInboundChannelAdapterSpec
Tcp.inboundAdapter
(AbstractConnectionFactory connectionFactory) Create an inbound channel adapter using the supplied connection factory.TcpInboundChannelAdapterSpec.retryInterval
(long retryInterval) TcpInboundChannelAdapterSpec.taskScheduler
(TaskScheduler taskScheduler)