Uses of Interface
org.springframework.boot.web.server.GracefulShutdownCallback
Packages that use GracefulShutdownCallback
Package
Description
Reactive and servlet web server implementations backed by Jetty.
Reactive web server implementation backed by Netty.
Reactive and servlet web server implementations backed by Tomcat.
Reactive and servlet web server implementations backed by Undertow.
Support for embedded web servers.
-
Uses of GracefulShutdownCallback in org.springframework.boot.jetty
Methods in org.springframework.boot.jetty with parameters of type GracefulShutdownCallbackModifier and TypeMethodDescriptionvoid
JettyWebServer.shutDownGracefully
(GracefulShutdownCallback callback) Initiates a graceful shutdown of the Jetty web server. -
Uses of GracefulShutdownCallback in org.springframework.boot.reactor.netty
Methods in org.springframework.boot.reactor.netty with parameters of type GracefulShutdownCallbackModifier and TypeMethodDescriptionvoid
NettyWebServer.shutDownGracefully
(GracefulShutdownCallback callback) Initiates a graceful shutdown of the Netty web server. -
Uses of GracefulShutdownCallback in org.springframework.boot.tomcat
Methods in org.springframework.boot.tomcat with parameters of type GracefulShutdownCallbackModifier and TypeMethodDescriptionvoid
TomcatWebServer.shutDownGracefully
(GracefulShutdownCallback callback) Initiates a graceful shutdown of the Tomcat web server. -
Uses of GracefulShutdownCallback in org.springframework.boot.undertow
Methods in org.springframework.boot.undertow with parameters of type GracefulShutdownCallbackModifier and TypeMethodDescriptionvoid
UndertowWebServer.shutDownGracefully
(GracefulShutdownCallback callback) Initiates a graceful shutdown of the Undertow web server. -
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.