Class WebServerGracefulShutdownLifecycle
java.lang.Object
org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
- All Implemented Interfaces:
org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
public final class WebServerGracefulShutdownLifecycle
extends Object
implements org.springframework.context.SmartLifecycle
SmartLifecycle to trigger WebServer graceful shutdown.- Since:
- 2.5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intSmartLifecycle phasein which graceful shutdown of the web server is performed.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 java.lang.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
public static final int SMART_LIFECYCLE_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
-