Uses of Interface
jakarta.ws.rs.SeBootstrap.Instance.StopResult
-
Packages that use SeBootstrap.Instance.StopResult Package Description jakarta.ws.rs High-level interfaces and annotations used to create RESTful service resources. -
-
Uses of SeBootstrap.Instance.StopResult in jakarta.ws.rs
Methods in jakarta.ws.rs that return types with arguments of type SeBootstrap.Instance.StopResult Modifier and Type Method Description CompletionStage<SeBootstrap.Instance.StopResult>
SeBootstrap.Instance. stop()
Initiate immediate shutdown of running application instance.Method parameters in jakarta.ws.rs with type arguments of type SeBootstrap.Instance.StopResult Modifier and Type Method Description default 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.
-