MCPcopy Create free account
hub / github.com/grpc/grpc-java / getMethodDescriptor

Method getMethodDescriptor

api/src/main/java/io/grpc/ServerCall.java:268–268  ·  view source on GitHub ↗

The MethodDescriptor for the call.

()

Source from the content-addressed store, hash-verified

266 * The {@link MethodDescriptor} for the call.
267 */
268 public abstract MethodDescriptor<ReqT, RespT> getMethodDescriptor();
269}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected