Uses of Class
org.springframework.integration.amqp.dsl.AmqpMessageChannelSpec
Packages that use AmqpMessageChannelSpec
Package
Description
Provides AMQP Component support for the Java DSL.
-
Uses of AmqpMessageChannelSpec in org.springframework.integration.amqp.dsl
Classes in org.springframework.integration.amqp.dsl with type parameters of type AmqpMessageChannelSpecModifier and TypeClassDescriptionclass
AmqpMessageChannelSpec<S extends AmqpMessageChannelSpec<S,
T>, T extends AbstractAmqpChannel> AnAmqpPollableMessageChannelSpec
for a message-drivenPointToPointSubscribableAmqpChannel
.Subclasses of AmqpMessageChannelSpec in org.springframework.integration.amqp.dslModifier and TypeClassDescriptionclass
Methods in org.springframework.integration.amqp.dsl that return AmqpMessageChannelSpecModifier and TypeMethodDescriptionstatic AmqpMessageChannelSpec<?,
?> Amqp.channel
(String id, ConnectionFactory connectionFactory) Create an initial AmqpMessageChannelSpec.static AmqpMessageChannelSpec<?,
?> Amqp.channel
(ConnectionFactory connectionFactory) Create an initial AmqpMessageChannelSpec.