Uses of Class
org.springframework.integration.channel.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
Modifier and TypeClassDescriptionclass
A message channel that prioritizes messages based on aComparator
.class
A zero-capacity version ofQueueChannel
that delegates to aSynchronousQueue
internally.ModifierConstructorDescriptionChannelPurger
(QueueChannel... channels) ChannelPurger
(MessageSelector selector, QueueChannel... channels) -
Uses of QueueChannel in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionprotected QueueChannel
QueueChannelSpec.doGet()
protected QueueChannel
QueueChannelSpec.MessageStoreSpec.doGet()