Class AmqpInboundGatewayDMLCSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<AmqpInboundGatewayDMLCSpec, AmqpInboundGateway>
org.springframework.integration.dsl.MessagingGatewaySpec<AmqpInboundGatewayDMLCSpec, AmqpInboundGateway>
org.springframework.integration.amqp.dsl.AmqpBaseInboundGatewaySpec<AmqpInboundGatewayDMLCSpec>
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 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
ConstructorsModifierConstructorDescriptionprotectedAmqpInboundGatewayDMLCSpec(DirectMessageListenerContainer listenerContainer) protectedAmqpInboundGatewayDMLCSpec(DirectMessageListenerContainer listenerContainer, AmqpTemplate amqpTemplate) -
Method Summary
Modifier and TypeMethodDescriptionconfigureContainer(Consumer<DirectMessageListenerContainerSpec> 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
-
AmqpInboundGatewayDMLCSpec
protected AmqpInboundGatewayDMLCSpec(DirectMessageListenerContainer listenerContainer, AmqpTemplate amqpTemplate) -
AmqpInboundGatewayDMLCSpec
-
-
Method Details
-
configureContainer
public AmqpInboundGatewayDMLCSpec configureContainer(Consumer<DirectMessageListenerContainerSpec> configurer)
-