SeBootstap.Instance.stop() never gets to run #283
Closed
martinofcourse
started this conversation in
General
Replies: 1 comment
-
@martinofcourse You file discussions about Jakarta REST on Jakarta Config Spec. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In
jakarta.ws.rs.SeBootstrap
I seeI could never get the
consumer
to run and I think if we want theCompletionStage<StopResult> stop();
and theconsumer
code to run before the JVM shuts down, we need something like this instead:The
CompletionStage
twist on thestop()
method seems superfluous...Beta Was this translation helpful? Give feedback.
All reactions