Class TcpOutboundGatewaySpec

All Implemented Interfaces:
DisposableBean, FactoryBean<TcpOutboundGateway>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration

public class TcpOutboundGatewaySpec extends MessageHandlerSpec<TcpOutboundGatewaySpec,TcpOutboundGateway> implements ComponentsRegistration
Since:
5.0
Author:
Gary Russell, Artem Bilan
  • Field Details

  • Constructor Details

    • TcpOutboundGatewaySpec

      public TcpOutboundGatewaySpec(AbstractClientConnectionFactory connectionFactoryBean)
      Construct an instance using an existing spring-managed connection factory.
      Parameters:
      connectionFactoryBean - the spring-managed bean.
    • TcpOutboundGatewaySpec

      public TcpOutboundGatewaySpec(TcpClientConnectionFactorySpec<?,?> connectionFactorySpec)
      Construct an instance using the supplied connection factory spec.
      Parameters:
      connectionFactorySpec - the spec.
  • Method Details