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.channel
Classes in org.springframework.integration.channel that implement QueueChannelOperationsModifier and TypeClassDescriptionclass
A message channel that prioritizes messages based on aComparator
.class
Simple implementation of a message channel.class
A zero-capacity version ofQueueChannel
that delegates to aSynchronousQueue
internally.