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

Method getServices

api/src/main/java/io/grpc/HandlerRegistry.java:34–37  ·  view source on GitHub ↗

Returns the ServerServiceDefinitions provided by the registry, or an empty list if not supported by the implementation.

()

Source from the content-addressed store, hash-verified

32 * supported by the implementation.
33 */
34 @ExperimentalApi("https://github.com/grpc/grpc-java/issues/2222")
35 public List<ServerServiceDefinition> getServices() {
36 return Collections.emptyList();
37 }
38
39 /**
40 * Lookup a {@link ServerMethodDefinition} by its fully-qualified name.

Callers

nothing calls this directly

Calls 1

emptyListMethod · 0.80

Tested by

no test coverage detected