Class AmqpInboundChannelAdapterSpec<S extends AmqpInboundChannelAdapterSpec<S,​C>,​C extends AbstractMessageListenerContainer>

Type Parameters:
S - the spec type.
C - the container type.
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<AmqpInboundChannelAdapter>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration
Direct Known Subclasses:
AmqpInboundChannelAdapterDMLCSpec, AmqpInboundChannelAdapterSMLCSpec

public abstract class AmqpInboundChannelAdapterSpec<S extends AmqpInboundChannelAdapterSpec<S,​C>,​C extends AbstractMessageListenerContainer>
extends AmqpBaseInboundChannelAdapterSpec<S>
implements ComponentsRegistration
Since:
5.0
Author:
Artem Bilan, Gary Russell