Package com.peterphi.std.guice.common.shutdown.iface


package com.peterphi.std.guice.common.shutdown.iface
  • Interfaces
    Class
    Description
    Allows services to register to take action as part of an orderly shutdown procedure
    Interface for a service that is interested in receiving callback actions when a Guice environment is shutdown
    Implementors of this interface must also register with a ShutdownManager to receive shutdown notifications.