Class AbstractConnectionFactorySpec<S extends AbstractConnectionFactorySpec<S,​C>,​C extends AbstractConnectionFactory>

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,​C>
org.springframework.integration.ip.dsl.AbstractConnectionFactorySpec<S,​C>
Type Parameters:
S - the target AbstractConnectionFactorySpec implementation type.
C - the target AbstractConnectionFactory implementation type.
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<C>, InitializingBean, Lifecycle, Phased, SmartLifecycle
Direct Known Subclasses:
TcpClientConnectionFactorySpec, TcpServerConnectionFactorySpec

public abstract class AbstractConnectionFactorySpec<S extends AbstractConnectionFactorySpec<S,​C>,​C extends AbstractConnectionFactory>
extends IntegrationComponentSpec<S,​C>
Since:
5.0
Author:
Gary Russell, Artem Bilan