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.
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 TypeMethodDescriptionvoidJettyWebServer.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 TypeMethodDescriptionvoidNettyWebServer.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 TypeMethodDescriptionvoidTomcatWebServer.shutDownGracefully(GracefulShutdownCallback callback) Initiates a graceful shutdown of the Tomcat 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 voidWebServer.shutDownGracefully(GracefulShutdownCallback callback) Initiates a graceful shutdown of the web server.