How to get the baseuri of REST resource on startup #29359
Unanswered
QuattroDome
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best way to retrieve the base URI of a resteasy-reactive resource already at application startup.
@context UriInfo seems only to work on @RequestScoped beans and not on initialisation time of @ApplicationScoped beans .
I need this information to publish the endpoint on a event topic at application startup.
Beta Was this translation helpful? Give feedback.
All reactions