| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| io.grpc.util |
Utilities with advanced features in the core layer that user can optionally use.
|
| Modifier and Type | Method and Description |
|---|---|
abstract T |
ServerBuilder.fallbackHandlerRegistry(HandlerRegistry fallbackRegistry)
Sets a fallback handler registry that will be looked up in if a method is not found in the
primary registry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableHandlerRegistry
Default implementation of
MutableHandlerRegistry. |