Class TcpInboundChannelAdapterSpec

java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,P>
org.springframework.integration.dsl.MessageProducerSpec<TcpInboundChannelAdapterSpec,TcpReceivingChannelAdapter>
org.springframework.integration.ip.dsl.TcpInboundChannelAdapterSpec
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<TcpReceivingChannelAdapter>, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle, org.springframework.integration.dsl.ComponentsRegistration

public class TcpInboundChannelAdapterSpec extends org.springframework.integration.dsl.MessageProducerSpec<TcpInboundChannelAdapterSpec,TcpReceivingChannelAdapter> implements org.springframework.integration.dsl.ComponentsRegistration
A MessageProducerSpec for TcpReceivingChannelAdapters.
Since:
5.0
  • Field Details

  • Constructor Details

    • TcpInboundChannelAdapterSpec

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

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