Package com.peterphi.std.guice.common.shutdown.iface
package com.peterphi.std.guice.common.shutdown.iface
-
ClassDescriptionAllows 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 aShutdownManager
to receive shutdown notifications.