Uses of Interface
org.springframework.integration.channel.QueueChannelOperations
Package
Description
Provides classes representing various channel types.
-
Uses of QueueChannelOperations in org.springframework.integration.channel
Modifier 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.