Class JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S extends JmsListenerContainerSpec<S,C>,C extends org.springframework.jms.listener.AbstractMessageListenerContainer>
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,G>
org.springframework.integration.dsl.MessagingGatewaySpec<S,JmsInboundGateway>
org.springframework.integration.jms.dsl.JmsInboundGatewaySpec<JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C>>
org.springframework.integration.jms.dsl.JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C>
- Type Parameters:
S- the targetJmsListenerContainerSpecimplementation type.C- the targetAbstractMessageListenerContainerimplementation type.
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<JmsInboundGateway>,org.springframework.beans.factory.InitializingBean,org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
- Enclosing class:
- JmsInboundGatewaySpec<S extends JmsInboundGatewaySpec<S>>
public static class JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S extends JmsListenerContainerSpec<S,C>,C extends org.springframework.jms.listener.AbstractMessageListenerContainer> extends JmsInboundGatewaySpec<JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C>>
An
AbstractMessageListenerContainer-based JmsInboundGatewaySpec extension.-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S extends JmsListenerContainerSpec<S,C>,C extends org.springframework.jms.listener.AbstractMessageListenerContainer> -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedJmsInboundGatewayListenerContainerSpec(S spec) -
Method Summary
Modifier and Type Method Description JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C>configureListenerContainer(java.util.function.Consumer<S> configurer)JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C>destination(java.lang.String destinationName)JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C>destination(javax.jms.Destination destination)Methods inherited from class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
correlationKey, defaultReplyDestination, defaultReplyQueueName, defaultReplyTopicName, destinationResolver, explicitQosEnabledForReplies, extractReplyPayload, extractRequestPayload, jmsMessageConverter, replyDeliveryPersistent, replyPriority, replyTimeToLive, setHeaderMapper, shutdownContainerOnStopMethods inherited from class org.springframework.integration.dsl.MessagingGatewaySpec
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrackMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
-
Constructor Details
-
Method Details
-
destination
public JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C> destination(javax.jms.Destination destination)- Parameters:
destination- the destination- Returns:
- the spec.
- See Also:
JmsListenerContainerSpec.destination(Destination)
-
destination
public JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C> destination(java.lang.String destinationName)- Parameters:
destinationName- the destinationName- Returns:
- the spec.
- See Also:
JmsListenerContainerSpec.destination(String)
-
configureListenerContainer
public JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C> configureListenerContainer(java.util.function.Consumer<S> configurer)
-