|
GRPC Core
9.0.0
|
Methods used to create and populate the ResolverRegistry. More...
#include <resolver_registry.h>
Static Public Member Functions | |
| static void | InitRegistry () |
| Global initialization and shutdown hooks. More... | |
| static void | ShutdownRegistry () |
| static void | SetDefaultPrefix (const char *default_prefix) |
| Sets the default URI prefix to default_prefix. More... | |
| static void | RegisterResolverFactory (std::unique_ptr< ResolverFactory > factory) |
| Registers a resolver factory. More... | |
Methods used to create and populate the ResolverRegistry.
NOT THREAD SAFE – to be used only during global gRPC initialization and shutdown.
|
static |
Global initialization and shutdown hooks.
|
static |
Registers a resolver factory.
The factory will be used to create a resolver for any URI whose scheme matches that of the factory. Calls InitRegistry() if it has not already been called.
|
static |
Sets the default URI prefix to default_prefix.
Calls InitRegistry() if it has not already been called.
|
static |