com.rabbitmq.client
Interface ShutdownListener

All Superinterfaces:
java.util.EventListener

public interface ShutdownListener
extends java.util.EventListener

A ShutdownListener receives information about the shutdown of connections and channels. Note that when a connection is shut down, its associated channels are also considered shut down and their ShutdownListeners will be notified (with the same cause).

See Also:
ShutdownNotifier, ShutdownSignalException

Method Summary
 void shutdownCompleted(ShutdownSignalException cause)
           
 

Method Detail

shutdownCompleted

void shutdownCompleted(ShutdownSignalException cause)