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

Method getMutableServices

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

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

105 * @since 1.1.0
106 */
107 @ExperimentalApi("https://github.com/grpc/grpc-java/issues/2222")
108 public List<ServerServiceDefinition> getMutableServices() {
109 return Collections.emptyList();
110 }
111
112 /**
113 * Initiates an orderly shutdown in which preexisting calls continue but new calls are rejected.

Callers 1

getRefreshedIndexMethod · 0.95

Calls 1

emptyListMethod · 0.80

Tested by

no test coverage detected