Uses of Class
org.springframework.integration.amqp.dsl.AmqpMessageChannelSpec
Package
Description
Provides AMQP Component support for the Java DSL.
-
Uses of AmqpMessageChannelSpec in org.springframework.integration.amqp.dsl
Modifier and TypeClassDescriptionclass
AmqpMessageChannelSpec<S extends AmqpMessageChannelSpec<S,
T>, T extends AbstractAmqpChannel> AnAmqpPollableMessageChannelSpec
for a message-drivenPointToPointSubscribableAmqpChannel
.Modifier and TypeClassDescriptionclass
Modifier and TypeMethodDescriptionstatic AmqpMessageChannelSpec<?,
?> Amqp.channel
(String id, ConnectionFactory connectionFactory) Create an initial AmqpMessageChannelSpec.static AmqpMessageChannelSpec<?,
?> Amqp.channel
(ConnectionFactory connectionFactory) Create an initial AmqpMessageChannelSpec.