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

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

public abstract class AmqpInboundGatewaySpec<S extends AmqpInboundGatewaySpec<S,​C>,​C extends AbstractMessageListenerContainer>
extends AmqpBaseInboundGatewaySpec<S>
implements ComponentsRegistration
An AmqpBaseInboundGatewaySpec implementation for a AmqpInboundGateway. Allows to provide AbstractMessageListenerContainer options.
Since:
5.0
Author:
Artem Bilan