Uses of Class
org.springframework.integration.channel.QueueChannel
Packages that use QueueChannel
Package
Description
Provides classes representing various channel types.
Root package of the Spring Integration Java DSL.
-
Uses of QueueChannel in org.springframework.integration.channel
Subclasses of QueueChannel in org.springframework.integration.channelModifier and TypeClassDescriptionclass
A message channel that prioritizes messages based on aComparator
.class
A zero-capacity version ofQueueChannel
that delegates to aSynchronousQueue
internally.Constructors in org.springframework.integration.channel with parameters of type QueueChannelModifierConstructorDescriptionChannelPurger
(QueueChannel... channels) ChannelPurger
(MessageSelector selector, QueueChannel... channels) -
Uses of QueueChannel in org.springframework.integration.dsl
Methods in org.springframework.integration.dsl that return QueueChannelModifier and TypeMethodDescriptionprotected QueueChannel
QueueChannelSpec.doGet()
protected QueueChannel
QueueChannelSpec.MessageStoreSpec.doGet()