Uses of Class
org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec
Packages that use JmsInboundChannelAdapterSpec
Package
Description
Provides JMS Component support for the Java DSL.
-
Uses of JmsInboundChannelAdapterSpec in org.springframework.integration.jms.dsl
Classes in org.springframework.integration.jms.dsl with type parameters of type JmsInboundChannelAdapterSpecModifier and TypeClassDescriptionclass
JmsInboundChannelAdapterSpec<S extends JmsInboundChannelAdapterSpec<S>>
Subclasses of JmsInboundChannelAdapterSpec in org.springframework.integration.jms.dslModifier and TypeClassDescriptionstatic class
AJmsTemplate
-basedJmsInboundChannelAdapterSpec
extension.Methods in org.springframework.integration.jms.dsl that return JmsInboundChannelAdapterSpecModifier and TypeMethodDescriptionstatic JmsInboundChannelAdapterSpec<?>
Jms.inboundAdapter
(JmsTemplate jmsTemplate) The factory to produce aJmsInboundChannelAdapterSpec
.