Uses of Class
org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
Package
Description
Provides JMS Component support for the Java DSL.
-
Uses of JmsInboundGatewaySpec in org.springframework.integration.jms.dsl
Modifier and TypeClassDescriptionclass
JmsInboundGatewaySpec<S extends JmsInboundGatewaySpec<S>>
AMessagingGatewaySpec
for aJmsInboundGateway
.Modifier and TypeClassDescriptionstatic class
JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S extends JmsListenerContainerSpec<S,
C>, C extends AbstractMessageListenerContainer> AnAbstractMessageListenerContainer
-basedJmsInboundGatewaySpec
extension.Modifier and TypeMethodDescriptionstatic JmsInboundGatewaySpec<?>
Jms.inboundGateway
(AbstractMessageListenerContainer listenerContainer) The factory to produce aJmsInboundGatewaySpec
.