Package com.peterphi.std.guice.common.shutdown.iface
package com.peterphi.std.guice.common.shutdown.iface
- 
InterfacesClassDescriptionAllows services to register to take action as part of an orderly shutdown procedureInterface for a service that is interested in receiving callback actions when a Guice environment is shutdown
 Implementors of this interface must also register with aShutdownManagerto receive shutdown notifications.