Returns the ServerServiceDefinitions provided by the registry, or an empty list if not supported by the implementation.
()
| 32 | * supported by the implementation. |
| 33 | */ |
| 34 | @ExperimentalApi("https://github.com/grpc/grpc-java/issues/2222") |
| 35 | public List<ServerServiceDefinition> getServices() { |
| 36 | return Collections.emptyList(); |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * Lookup a {@link ServerMethodDefinition} by its fully-qualified name. |