Spring AMQP

org.springframework.amqp.rabbit.connection
Class CompositeChannelListener

java.lang.Object
  extended by org.springframework.amqp.rabbit.connection.CompositeChannelListener
All Implemented Interfaces:
ChannelListener

public class CompositeChannelListener
extends Object
implements ChannelListener

Author:
Dave Syer

Constructor Summary
CompositeChannelListener()
           
 
Method Summary
 void addDelegate(ChannelListener delegate)
           
 void onCreate(com.rabbitmq.client.Channel channel, boolean transactional)
           
 void setDelegates(List<? extends ChannelListener> delegates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeChannelListener

public CompositeChannelListener()
Method Detail

onCreate

public void onCreate(com.rabbitmq.client.Channel channel,
                     boolean transactional)
Specified by:
onCreate in interface ChannelListener

setDelegates

public void setDelegates(List<? extends ChannelListener> delegates)

addDelegate

public void addDelegate(ChannelListener delegate)

Spring AMQP

Copyright © 2011. All Rights Reserved.