Class AmqpInboundGatewayDMLCSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,G>
org.springframework.integration.dsl.MessagingGatewaySpec<S,AmqpInboundGateway>
org.springframework.integration.amqp.dsl.AmqpBaseInboundGatewaySpec<S>
org.springframework.integration.amqp.dsl.AmqpInboundGatewaySpec<AmqpInboundGatewayDMLCSpec,DirectMessageListenerContainer>
org.springframework.integration.amqp.dsl.AmqpInboundGatewayDMLCSpec
- All Implemented Interfaces:
DisposableBean
,FactoryBean<AmqpInboundGateway>
,InitializingBean
,Lifecycle
,Phased
,SmartLifecycle
,ComponentsRegistration
public class AmqpInboundGatewayDMLCSpec
extends AmqpInboundGatewaySpec<AmqpInboundGatewayDMLCSpec,DirectMessageListenerContainer>
Spec for a gateway with a
DirectMessageListenerContainer
.- Since:
- 5.0
- Author:
- Gary Russell, Artem Bilan
-
Field Summary
Fields inherited from class org.springframework.integration.amqp.dsl.AmqpInboundGatewaySpec
listenerContainerSpec
Fields inherited from class org.springframework.integration.amqp.dsl.AmqpBaseInboundGatewaySpec
headerMapper
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
logger, PARSER, target
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE
-
Constructor Summary
ModifierConstructorDescriptionprotected
AmqpInboundGatewayDMLCSpec
(DirectMessageListenerContainer listenerContainer) protected
AmqpInboundGatewayDMLCSpec
(DirectMessageListenerContainer listenerContainer, AmqpTemplate amqpTemplate) -
Method Summary
Modifier and TypeMethodDescriptionconfigureContainer
(Consumer<DirectMessageListenerContainerSpec> configurer) Methods inherited from class org.springframework.integration.amqp.dsl.AmqpInboundGatewaySpec
getComponentsToRegister
Methods inherited from class org.springframework.integration.amqp.dsl.AmqpBaseInboundGatewaySpec
batchingStrategy, bindSourceMessage, defaultReplyTo, headerMapper, mappedReplyHeaders, mappedRequestHeaders, messageConverter, messageRecoverer, recoveryCallback, replyHeadersMappedLast, retryTemplate
Methods inherited from class org.springframework.integration.dsl.MessagingGatewaySpec
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrack
Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
AmqpInboundGatewayDMLCSpec
protected AmqpInboundGatewayDMLCSpec(DirectMessageListenerContainer listenerContainer, AmqpTemplate amqpTemplate) -
AmqpInboundGatewayDMLCSpec
-
-
Method Details
-
configureContainer
public AmqpInboundGatewayDMLCSpec configureContainer(Consumer<DirectMessageListenerContainerSpec> configurer)
-