Uses of Interface
org.springframework.integration.channel.QueueChannelOperations
Packages that use QueueChannelOperations
Package
Description
Provides classes representing various channel types.
- 
Uses of QueueChannelOperations in org.springframework.integration.channelClasses in org.springframework.integration.channel that implement QueueChannelOperationsModifier and TypeClassDescriptionclassA message channel that prioritizes messages based on aComparator.classSimple implementation of a message channel.classA zero-capacity version ofQueueChannelthat delegates to aSynchronousQueueinternally.