Spring Integration

Uses of Class
org.springframework.integration.channel.AbstractPollableChannel

Packages that use AbstractPollableChannel
org.springframework.integration.channel   
 

Uses of AbstractPollableChannel in org.springframework.integration.channel
 

Subclasses of AbstractPollableChannel in org.springframework.integration.channel
 class PriorityChannel
          A message channel that prioritizes messages based on a Comparator.
 class QueueChannel
          Simple implementation of a message channel.
 class RendezvousChannel
          A zero-capacity version of QueueChannel that delegates to a SynchronousQueue internally.
 


Spring Integration

Copyright © 2010. All Rights Reserved.