org.springframework.amqp.rabbit.connection
Class CompositeConnectionListener
java.lang.Object
org.springframework.amqp.rabbit.connection.CompositeConnectionListener
- All Implemented Interfaces:
- ConnectionListener
public class CompositeConnectionListener
- extends Object
- implements ConnectionListener
- Author:
- Dave Syer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeConnectionListener
public CompositeConnectionListener()
onCreate
public void onCreate(Connection connection)
- Specified by:
onCreate
in interface ConnectionListener
onClose
public void onClose(Connection connection)
- Specified by:
onClose
in interface ConnectionListener
setDelegates
public void setDelegates(List<? extends ConnectionListener> delegates)
addDelegate
public void addDelegate(ConnectionListener delegate)
Copyright © 2011. All Rights Reserved.