Class CompositeConnectionListener

java.lang.Object
org.springframework.amqp.rabbit.connection.CompositeConnectionListener
All Implemented Interfaces:
ConnectionListener

public class CompositeConnectionListener extends Object implements ConnectionListener
A composite listener that invokes its delegages in turn.
Author:
Dave Syer, Gary Russell