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

Method getServices

api/src/main/java/io/grpc/Server.java:84–87  ·  view source on GitHub ↗

Returns all services registered with the server, or an empty list if not supported by the implementation. @since 1.1.0

()

Source from the content-addressed store, hash-verified

82 * @since 1.1.0
83 */
84 @ExperimentalApi("https://github.com/grpc/grpc-java/issues/2222")
85 public List<ServerServiceDefinition> getServices() {
86 return Collections.emptyList();
87 }
88
89 /**
90 * Returns immutable services registered with the server, or an empty list if not supported by the

Callers 1

processFileDescriptorMethod · 0.45

Calls 1

emptyListMethod · 0.80

Tested by

no test coverage detected