Uses of Interface
jakarta.ws.rs.SeBootstrap.Instance.StopResult
Package
Description
High-level interfaces and annotations used to create RESTful service resources.
-
Uses of SeBootstrap.Instance.StopResult in jakarta.ws.rs
Modifier and TypeMethodDescriptionSeBootstrap.Instance.stop()
Initiate immediate shutdown of running application instance.Modifier and TypeMethodDescriptiondefault void
SeBootstrap.Instance.stopOnShutdown
(Consumer<SeBootstrap.Instance.StopResult> consumer) Registers a consumer for aSeBootstrap.Instance.StopResult
which will be executed in a new thread during the JVM shutdown phase.