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: 1. as io.grpc.InternalServer#SERVER_CONTEXT_KEY can use it. May the "external"? 2. 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: Working on a simplistic http-grpc-spring-web transcoder at https://github.com/kenix/http-grpc-spring-web and needs the list of ServerMethodDefinitions to setup the pipes properly. See also: lines [70 - 83] in https://github.com/kenix/http-grpc-spring-web/blob/main/lib/src/main/java/io/github/kenix/httpgrpc/spring/HttpGrpcMapper.java Any general suggestions are also appreciated. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/53119a7c-f4b7-42f6-b75e-20bc5578b316n%40googlegroups.com.
