Class WebServerGracefulShutdownLifecycle
java.lang.Object
org.springframework.boot.web.server.context.WebServerGracefulShutdownLifecycle
- All Implemented Interfaces:
org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsConstructorDescriptionWebServerGracefulShutdownLifecycle(WebServer webServer) Creates a newWebServerGracefulShutdownLifecyclethat will gracefully shut down the givenwebServer. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.SmartLifecycle
isAutoStartup
-
Field Details
-
SMART_LIFECYCLE_PHASE
Deprecated, for removal: This API element is subject to removal in a future version.as of 4.0.0 in favor ofWebServerApplicationContext.GRACEFUL_SHUTDOWN_PHASESmartLifecycle phasein which graceful shutdown of the web server is performed.- See Also:
-
-
Constructor Details
-
WebServerGracefulShutdownLifecycle
Creates a newWebServerGracefulShutdownLifecyclethat will gracefully shut down the givenwebServer.- Parameters:
webServer- web server to shut down gracefully
-
-
Method Details
-
start
public void start()- Specified by:
startin interfaceorg.springframework.context.Lifecycle
-
stop
public void stop()- Specified by:
stopin interfaceorg.springframework.context.Lifecycle
-
stop
- Specified by:
stopin interfaceorg.springframework.context.SmartLifecycle
-
isRunning
public boolean isRunning()- Specified by:
isRunningin interfaceorg.springframework.context.Lifecycle
-
getPhase
public int getPhase()- Specified by:
getPhasein interfaceorg.springframework.context.Phased- Specified by:
getPhasein interfaceorg.springframework.context.SmartLifecycle
-
isPauseable
public boolean isPauseable()- Specified by:
isPauseablein interfaceorg.springframework.context.SmartLifecycle
-
WebServerApplicationContext.GRACEFUL_SHUTDOWN_PHASE