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

Method getImmutableServices

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

Returns immutable 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

93 * @since 1.1.0
94 */
95 @ExperimentalApi("https://github.com/grpc/grpc-java/issues/2222")
96 public List<ServerServiceDefinition> getImmutableServices() {
97 return Collections.emptyList();
98 }
99
100
101 /**

Callers 1

getRefreshedIndexMethod · 0.95

Calls 1

emptyListMethod · 0.80

Tested by

no test coverage detected