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 Summary
Fields inherited from class AmqpInboundGatewaySpec
listenerContainerSpecFields inherited from class AmqpBaseInboundGatewaySpec
headerMapperFields inherited from class IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAmqpInboundGatewaySMLCSpec(SimpleMessageListenerContainer listenerContainer) protectedAmqpInboundGatewaySMLCSpec(SimpleMessageListenerContainer listenerContainer, AmqpTemplate amqpTemplate) -
Method Summary
Modifier and TypeMethodDescriptionconfigureContainer(Consumer<SimpleMessageListenerContainerSpec> configurer) Methods inherited from class AmqpInboundGatewaySpec
getComponentsToRegisterMethods inherited from class AmqpBaseInboundGatewaySpec
batchingStrategy, bindSourceMessage, defaultReplyTo, headerMapper, mappedReplyHeaders, mappedRequestHeaders, messageConverter, messageRecoverer, recoveryCallback, replyHeadersMappedLast, retryTemplateMethods inherited from class MessagingGatewaySpec
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrackMethods inherited from class IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FactoryBean
isSingletonMethods inherited from interface SmartLifecycle
isPauseable
-
Constructor Details
-
AmqpInboundGatewaySMLCSpec
protected AmqpInboundGatewaySMLCSpec(SimpleMessageListenerContainer listenerContainer, AmqpTemplate amqpTemplate) -
AmqpInboundGatewaySMLCSpec
-
-
Method Details
-
configureContainer
public AmqpInboundGatewaySMLCSpec configureContainer(Consumer<SimpleMessageListenerContainerSpec> configurer)
-