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

Method getType

api/src/main/java/io/grpc/MethodDescriptor.java:241–243  ·  view source on GitHub ↗

The call type of the method. @since 1.0.0

()

Source from the content-addressed store, hash-verified

239 * @since 1.0.0
240 */
241 public MethodType getType() {
242 return type;
243 }
244
245 /**
246 * The fully qualified name of the method.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected