Skip to main content

Module plugin_rpc

Module plugin_rpc 

Source
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§

RegistryRpcHandler
A PluginRpcHandler backed by a locked PluginRegistry.