Uses of Class
org.springframework.integration.jms.dsl.JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec
Packages that use JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec
Package
Description
Provides JMS Component support for the Java DSL.
-
Uses of JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec in org.springframework.integration.jms.dsl
Methods in org.springframework.integration.jms.dsl that return JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpecModifier and TypeMethodDescriptionJmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec.configureListenerContainer(Consumer<S> configurer) Specify aConsumerto accept aJmsListenerContainerSpecfor further configuration.static JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<JmsDefaultListenerContainerSpec,DefaultMessageListenerContainer> Jms.inboundGateway(ConnectionFactory connectionFactory) The factory to produce aJmsInboundGatewaySpec.static <C extends AbstractMessageListenerContainer>
JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<?,C> Jms.inboundGateway(ConnectionFactory connectionFactory, Class<C> containerClass) The factory to produce aJmsInboundGatewaySpec.JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec.requestDestination(Destination requestDestination) Specify a request destination for incoming messages.JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec.requestDestination(String requestDestinationName) Specify a request destination for incoming messages.