Class GracefulShutdownCoordinator.StoppingServices
java.lang.Object
com.loomcache.server.lifecycle.GracefulShutdownCoordinator.StoppingServices
- All Implemented Interfaces:
GracefulShutdownCoordinator.ShutdownPhase
- Enclosing class:
GracefulShutdownCoordinator
public static final class GracefulShutdownCoordinator.StoppingServices
extends Object
implements GracefulShutdownCoordinator.ShutdownPhase
Phase: Stop background threads and shut down services.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StoppingServices
public StoppingServices()
-
-
Method Details
-
name
Description copied from interface:GracefulShutdownCoordinator.ShutdownPhaseReturns a human-readable name for this phase.- Specified by:
namein interfaceGracefulShutdownCoordinator.ShutdownPhase- Returns:
- the phase name
-
toString
-