Class AmqpInboundChannelAdapterSpec<S extends AmqpInboundChannelAdapterSpec<S,C>,C extends MessageListenerContainer>

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

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