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