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, target -
Constructor Summary
Constructors Modifier Constructor Description protectedJmsInboundGatewayListenerContainerSpec(S spec) -
Method Summary
Modifier and Type Method Description JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C>configureListenerContainer(Consumer<S> configurer)Specify aConsumerto accept aJmsListenerContainerSpecfor further configuration.JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C>destination(String destinationName)Deprecated.since 5.5 in favor ofrequestDestination(String)JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C>destination(javax.jms.Destination destination)Deprecated.since 5.5 in favor ofrequestDestination(Destination)JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C>requestDestination(String requestDestinationName)Specify a request destination for incoming messages.JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C>requestDestination(javax.jms.Destination requestDestination)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
-
Method Details
-
destination
@Deprecated public JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C> destination(javax.jms.Destination destination)Deprecated.since 5.5 in favor ofrequestDestination(Destination)- Parameters:
destination- the destination- Returns:
- the spec.
- See Also:
JmsListenerContainerSpec.destination(Destination)
-
requestDestination
public JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C> requestDestination(javax.jms.Destination requestDestination)Specify a request destination for incoming messages.- Parameters:
requestDestination- the destination- Returns:
- the spec.
- Since:
- 5.5
- See Also:
JmsListenerContainerSpec.destination(Destination)
-
destination
@Deprecated public JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C> destination(String destinationName)Deprecated.since 5.5 in favor ofrequestDestination(String)- Parameters:
destinationName- the destinationName- Returns:
- the spec.
- See Also:
JmsListenerContainerSpec.destination(String)
-
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
-