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

Method getName

api/src/main/java/io/grpc/ServiceDescriptor.java:79–81  ·  view source on GitHub ↗

Simple name of the service. It is not an absolute path. @since 1.0.0

()

Source from the content-addressed store, hash-verified

77 * @since 1.0.0
78 */
79 public String getName() {
80 return name;
81 }
82
83 /**
84 * A collection of {@link MethodDescriptor} instances describing the methods exposed by the

Callers 2

bindServiceMethod · 0.95
replaceMethodMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected