Spring Integration

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

Packages that use QueueChannel
org.springframework.integration.channel   
 

Uses of QueueChannel in org.springframework.integration.channel
 

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

Constructors in org.springframework.integration.channel with parameters of type QueueChannel
ChannelPurger(MessageSelector selector, QueueChannel... channels)
           
ChannelPurger(QueueChannel... channels)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.