Uses of Class
org.springframework.integration.jms.dsl.JmsMessageChannelSpec
Packages that use JmsMessageChannelSpec
Package
Description
Provides JMS Component support for the Java DSL.
-
Uses of JmsMessageChannelSpec in org.springframework.integration.jms.dsl
Classes in org.springframework.integration.jms.dsl with type parameters of type JmsMessageChannelSpecModifier and TypeClassDescriptionclass
JmsMessageChannelSpec<S extends JmsMessageChannelSpec<S,
T>, T extends AbstractJmsChannel> AJmsMessageChannelSpec
for subscribableAbstractJmsChannel
s.Subclasses of JmsMessageChannelSpec in org.springframework.integration.jms.dslModifier and TypeClassDescriptionclass
AJmsMessageChannelSpec
for aSubscribableJmsChannel
configured with a topic.Methods in org.springframework.integration.jms.dsl that return JmsMessageChannelSpecModifier and TypeMethodDescriptionstatic JmsMessageChannelSpec<?,
?> Jms.channel
(ConnectionFactory connectionFactory) The factory to produce aJmsMessageChannelSpec
.static JmsMessageChannelSpec<?,
?> Jms.channel
(String id, ConnectionFactory connectionFactory) The factory to produce aJmsMessageChannelSpec
.