Quote from comment on that field:
"Key for accessing the Server instance inside server RPC Context. It's unclear to us what users would need. If you think you need to use this, please file an issue for us to discuss a public API."
Now I'm reaching out to ask for help:
- as io.grpc.InternalServer#SERVER_CONTEXT_KEY can use it. May the "external"?
- actually not interested in Server itself at all, but the io.grpc.Server#getImmutableServices. Is there any other way to get it ONLY in knowing "I'm on the Server side"?
Context:
Any general suggestions are also appreciated.