org.springframework.amqp.rabbit.connection
Class CompositeChannelListener
java.lang.Object
org.springframework.amqp.rabbit.connection.CompositeChannelListener
- All Implemented Interfaces:
- ChannelListener
public class CompositeChannelListener
- extends Object
- implements ChannelListener
- Author:
- Dave Syer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeChannelListener
public CompositeChannelListener()
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)
Copyright © 2011. All Rights Reserved.