Class AmqpInboundGatewaySMLCSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<AmqpInboundGatewaySMLCSpec, AmqpInboundGateway>
org.springframework.integration.dsl.MessagingGatewaySpec<AmqpInboundGatewaySMLCSpec, AmqpInboundGateway>
org.springframework.integration.amqp.dsl.AmqpBaseInboundGatewaySpec<AmqpInboundGatewaySMLCSpec>
org.springframework.integration.amqp.dsl.AmqpInboundGatewaySpec<AmqpInboundGatewaySMLCSpec, SimpleMessageListenerContainer>
org.springframework.integration.amqp.dsl.AmqpInboundGatewaySMLCSpec
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<AmqpInboundGateway>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle,- ComponentsRegistration
public class AmqpInboundGatewaySMLCSpec
extends AmqpInboundGatewaySpec<AmqpInboundGatewaySMLCSpec, SimpleMessageListenerContainer>
Spec for a gateway with a 
SimpleMessageListenerContainer.- Since:
- 5.0
- Author:
- Gary Russell, Artem Bilan
- 
Field SummaryFields inherited from class org.springframework.integration.amqp.dsl.AmqpInboundGatewaySpeclistenerContainerSpecFields inherited from class org.springframework.integration.amqp.dsl.AmqpBaseInboundGatewaySpecheaderMapperFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpeclogger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAmqpInboundGatewaySMLCSpec(SimpleMessageListenerContainer listenerContainer) protectedAmqpInboundGatewaySMLCSpec(SimpleMessageListenerContainer listenerContainer, AmqpTemplate amqpTemplate) 
- 
Method SummaryModifier and TypeMethodDescriptionconfigureContainer(Consumer<SimpleMessageListenerContainerSpec> configurer) Methods inherited from class org.springframework.integration.amqp.dsl.AmqpInboundGatewaySpecgetComponentsToRegisterMethods inherited from class org.springframework.integration.amqp.dsl.AmqpBaseInboundGatewaySpecbatchingStrategy, bindSourceMessage, defaultReplyTo, headerMapper, mappedReplyHeaders, mappedRequestHeaders, messageConverter, messageRecoverer, recoveryCallback, replyHeadersMappedLast, retryTemplateMethods inherited from class org.springframework.integration.dsl.MessagingGatewaySpecautoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrackMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
AmqpInboundGatewaySMLCSpecprotected AmqpInboundGatewaySMLCSpec(SimpleMessageListenerContainer listenerContainer, AmqpTemplate amqpTemplate) 
- 
AmqpInboundGatewaySMLCSpec
 
- 
- 
Method Details- 
configureContainerpublic AmqpInboundGatewaySMLCSpec configureContainer(Consumer<SimpleMessageListenerContainerSpec> configurer) 
 
-