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