Expand description
PluginRpcHandler implementation for PluginRegistry.
Wraps a Arc<Mutex<PluginRegistry>> so that the running engine’s control
plane can forward plugin.* JSON-RPC calls to the registry without a
hard dependency from pd-runtime on pd-plugin.
Structs§
- Registry
RpcHandler - A
PluginRpcHandlerbacked by a lockedPluginRegistry.