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