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