Spring Integration

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

Packages that use QueueChannel
org.springframework.integration.channel   
org.springframework.integration.monitor   
 

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)
           
 

Uses of QueueChannel in org.springframework.integration.monitor
 

Constructors in org.springframework.integration.monitor with parameters of type QueueChannel
QueueChannelMonitor(QueueChannel channel, String name)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.