Uses of Interface
org.springframework.boot.web.server.GracefulShutdownCallback
Package
Description
Embedded reactive and servlet web server implementations backed by Jetty.
Embedded reactive web server implementation backed by Netty.
Embedded reactive and servlet web server implementations backed by Tomcat.
Embedded reactive and servlet web server implementations backed by Undertow.
Support for embedded web servers.
-
Uses of GracefulShutdownCallback in org.springframework.boot.web.embedded.jetty
Modifier and TypeMethodDescriptionvoid
JettyWebServer.shutDownGracefully
(GracefulShutdownCallback callback) -
Uses of GracefulShutdownCallback in org.springframework.boot.web.embedded.netty
Modifier and TypeMethodDescriptionvoid
NettyWebServer.shutDownGracefully
(GracefulShutdownCallback callback) -
Uses of GracefulShutdownCallback in org.springframework.boot.web.embedded.tomcat
Modifier and TypeMethodDescriptionvoid
TomcatWebServer.shutDownGracefully
(GracefulShutdownCallback callback) -
Uses of GracefulShutdownCallback in org.springframework.boot.web.embedded.undertow
Modifier and TypeMethodDescriptionvoid
UndertowWebServer.shutDownGracefully
(GracefulShutdownCallback callback) -
Uses of GracefulShutdownCallback in org.springframework.boot.web.server
Modifier and TypeMethodDescriptiondefault void
WebServer.shutDownGracefully
(GracefulShutdownCallback callback) Initiates a graceful shutdown of the web server.