Spring AMQP

Uses of Interface
org.springframework.amqp.rabbit.connection.ChannelListener

Packages that use ChannelListener
org.springframework.amqp.rabbit.connection   
 

Uses of ChannelListener in org.springframework.amqp.rabbit.connection
 

Classes in org.springframework.amqp.rabbit.connection that implement ChannelListener
 class CompositeChannelListener
           
 

Methods in org.springframework.amqp.rabbit.connection that return ChannelListener
protected  ChannelListener AbstractConnectionFactory.getChannelListener()
          A composite channel listener to be used by subclasses when creating and closing channels.
 

Methods in org.springframework.amqp.rabbit.connection with parameters of type ChannelListener
 void AbstractConnectionFactory.addChannelListener(ChannelListener listener)
           
 void CompositeChannelListener.addDelegate(ChannelListener delegate)
           
 

Method parameters in org.springframework.amqp.rabbit.connection with type arguments of type ChannelListener
 void AbstractConnectionFactory.setChannelListeners(List<? extends ChannelListener> listeners)
           
 void CompositeChannelListener.setDelegates(List<? extends ChannelListener> delegates)
           
 


Spring AMQP

Copyright © 2011. All Rights Reserved.