Returns mutable services registered with the server, or an empty list if not supported by the implementation. @since 1.1.0
()
| 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. |
no test coverage detected