Uses of Interface
org.springframework.boot.web.server.GracefulShutdownCallback
Packages that use 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
Methods in org.springframework.boot.web.embedded.jetty with parameters of type GracefulShutdownCallbackModifier and TypeMethodDescriptionvoid
JettyWebServer.shutDownGracefully
(GracefulShutdownCallback callback) -
Uses of GracefulShutdownCallback in org.springframework.boot.web.embedded.netty
Methods in org.springframework.boot.web.embedded.netty with parameters of type GracefulShutdownCallbackModifier and TypeMethodDescriptionvoid
NettyWebServer.shutDownGracefully
(GracefulShutdownCallback callback) -
Uses of GracefulShutdownCallback in org.springframework.boot.web.embedded.tomcat
Methods in org.springframework.boot.web.embedded.tomcat with parameters of type GracefulShutdownCallbackModifier and TypeMethodDescriptionvoid
TomcatWebServer.shutDownGracefully
(GracefulShutdownCallback callback) -
Uses of GracefulShutdownCallback in org.springframework.boot.web.embedded.undertow
Methods in org.springframework.boot.web.embedded.undertow with parameters of type GracefulShutdownCallbackModifier and TypeMethodDescriptionvoid
UndertowWebServer.shutDownGracefully
(GracefulShutdownCallback callback) -
Uses of GracefulShutdownCallback in org.springframework.boot.web.server
Methods in org.springframework.boot.web.server with parameters of type GracefulShutdownCallbackModifier and TypeMethodDescriptiondefault void
WebServer.shutDownGracefully
(GracefulShutdownCallback callback) Initiates a graceful shutdown of the web server.