Class AmqpBaseInboundChannelAdapterSpec<S extends AmqpBaseInboundChannelAdapterSpec<S>>

Type Parameters:
S - the target AmqpBaseInboundChannelAdapterSpec implementation type.
All Implemented Interfaces:
DisposableBean, FactoryBean<AmqpInboundChannelAdapter>, InitializingBean, Lifecycle, Phased, SmartLifecycle
Direct Known Subclasses:
AmqpInboundChannelAdapterSpec

public class AmqpBaseInboundChannelAdapterSpec<S extends AmqpBaseInboundChannelAdapterSpec<S>> extends MessageProducerSpec<S,AmqpInboundChannelAdapter>
The base MessageProducerSpec implementation for a AmqpInboundChannelAdapter.
Since:
5.0
Author:
Artem Bilan