Uses of Class
org.springframework.integration.channel.AbstractPollableChannel
Packages that use AbstractPollableChannel
Package
Description
Provides classes representing various channel types.
-
Uses of AbstractPollableChannel in org.springframework.integration.channel
Subclasses of AbstractPollableChannel in org.springframework.integration.channelModifier 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.