org.springframework.amqp.rabbit.connection
Interface ConnectionListener

All Known Implementing Classes:
CompositeConnectionListener

public interface ConnectionListener


Method Summary
 void onClose(Connection connection)
           
 void onCreate(Connection connection)
           
 

Method Detail

onCreate

void onCreate(Connection connection)

onClose

void onClose(Connection connection)