Class AmqpPollableMessageChannelSpec<S extends AmqpPollableMessageChannelSpec<S,​T>,​T extends AbstractAmqpChannel>

Type Parameters:
S - the target AmqpPollableMessageChannelSpec implementation type.
T - the target channel type.
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<T>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration
Direct Known Subclasses:
AmqpMessageChannelSpec

public class AmqpPollableMessageChannelSpec<S extends AmqpPollableMessageChannelSpec<S,​T>,​T extends AbstractAmqpChannel>
extends MessageChannelSpec<S,​T>
Since:
5.0
Author:
Artem Bilan, Gary Russell, Artem Vozhdayenko