Class AmqpBaseInboundGatewaySpec<S extends AmqpBaseInboundGatewaySpec<S>>

Type Parameters:
S - the target AmqpBaseInboundGatewaySpec implementation type.
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<AmqpInboundGateway>, InitializingBean, Lifecycle, Phased, SmartLifecycle
Direct Known Subclasses:
AmqpInboundGatewaySpec

public class AmqpBaseInboundGatewaySpec<S extends AmqpBaseInboundGatewaySpec<S>>
extends MessagingGatewaySpec<S,​AmqpInboundGateway>
A base MessagingGatewaySpec implementation for AmqpInboundGateway endpoint options. Doesn't allow to specify listenerContainer options.
Since:
5.0
Author:
Artem Bilan
See Also:
AmqpInboundGateway