Class JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S extends JmsListenerContainerSpec<S,C>,C extends 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:
Aware,BeanClassLoaderAware,BeanFactoryAware,DisposableBean,FactoryBean<JmsInboundGateway>,InitializingBean,Lifecycle,Phased,SmartLifecycle
- Enclosing class:
- JmsInboundGatewaySpec<S extends JmsInboundGatewaySpec<S>>
public static class JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S extends JmsListenerContainerSpec<S,C>,C extends 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 AbstractMessageListenerContainer> -
Field Summary
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
PARSER, targetFields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
loggerFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfigureListenerContainer(Consumer<S> configurer) Specify aConsumerto accept aJmsListenerContainerSpecfor further configuration.requestDestination(Destination requestDestination) Specify a request destination for incoming messages.requestDestination(String requestDestinationName) Specify a request destination for incoming messages.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, stopMethods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Constructor Details
-
JmsInboundGatewayListenerContainerSpec
-
-
Method Details
-
requestDestination
public JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C> requestDestination(Destination requestDestination) Specify a request destination for incoming messages.- Parameters:
requestDestination- the destination- Returns:
- the spec.
- Since:
- 5.5
- See Also:
-
JmsListenerContainerSpec.destination(Destination)
-
requestDestination
public JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C> requestDestination(String requestDestinationName) Specify a request destination for incoming messages.- Parameters:
requestDestinationName- the destination name- Returns:
- the spec.
- Since:
- 5.5
- See Also:
-
JmsListenerContainerSpec.destination(String)
-
configureListenerContainer
public JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C> configureListenerContainer(Consumer<S> configurer) Specify aConsumerto accept aJmsListenerContainerSpecfor further configuration.- Parameters:
configurer- theConsumerto accept aJmsListenerContainerSpecfor further configuration.- Returns:
- the spec
-