Uses of Class
org.springframework.integration.ip.dsl.TcpOutboundGatewaySpec
Packages that use TcpOutboundGatewaySpec
Package
Description
Provides TCP/UDP Component support for the Java DSL.
-
Uses of TcpOutboundGatewaySpec in org.springframework.integration.ip.dsl
Subclasses with type arguments of type TcpOutboundGatewaySpec in org.springframework.integration.ip.dslMethods in org.springframework.integration.ip.dsl that return TcpOutboundGatewaySpecModifier and TypeMethodDescriptionTcpOutboundGatewaySpec.async
(boolean async) Set to true to release the sending thread and receive the reply asynchronously.TcpOutboundGatewaySpec.closeStreamAfterSend
(boolean closeStreamAfterSend) Set to true to close the connection output stream after sending without closing the connection.static TcpOutboundGatewaySpec
Tcp.outboundGateway
(TcpClientConnectionFactorySpec<?, ?> connectionFactory) Create an outbound gateway using the supplied client connection factory.static TcpOutboundGatewaySpec
Tcp.outboundGateway
(AbstractClientConnectionFactory connectionFactory) Create an outbound gateway using the supplied client connection factory.TcpOutboundGatewaySpec.remoteTimeout
(long remoteTimeout) TcpOutboundGatewaySpec.remoteTimeout
(Function<Message<P>, ?> remoteTimeoutFunction) Configure aFunction
that will be invoked at runtime to determine the destination to which a message will be sent.TcpOutboundGatewaySpec.unsolicitedMessageChannel
(MessageChannel channel) Set the unsolicited message channel.TcpOutboundGatewaySpec.unsolicitedMessageChannelName
(String channelName) Set the unsolicited message channel name.