Class TcpOutboundChannelAdapterSpec

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageHandlerSpec<TcpOutboundChannelAdapterSpec,TcpSendingMessageHandler>
org.springframework.integration.ip.dsl.TcpOutboundChannelAdapterSpec
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<TcpSendingMessageHandler>, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle, org.springframework.integration.dsl.ComponentsRegistration

public class TcpOutboundChannelAdapterSpec extends org.springframework.integration.dsl.MessageHandlerSpec<TcpOutboundChannelAdapterSpec,TcpSendingMessageHandler> implements org.springframework.integration.dsl.ComponentsRegistration
A MessageHandlerSpec for TcpSendingMessageHandlers.
Since:
5.0
  • Field Details

  • Constructor Details

    • TcpOutboundChannelAdapterSpec

      protected TcpOutboundChannelAdapterSpec(AbstractConnectionFactory connectionFactoryBean)
      Construct an instance using an existing spring-managed connection factory.
      Parameters:
      connectionFactoryBean - the spring-managed bean.
    • TcpOutboundChannelAdapterSpec

      protected TcpOutboundChannelAdapterSpec(AbstractConnectionFactorySpec<?,?> connectionFactorySpec)
      Construct an instance using the provided connection factory spec.
      Parameters:
      connectionFactorySpec - the spec.
  • Method Details