Function load_worker_plugins

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.

pub fn load_worker_plugins<I>(specs: I) -> Result<WorkerPluginActivation>where
    I: IntoIterator<Item = WorkerPluginLoadSpec>,

Loads gRPC worker plugins and registers their plugin kinds.

The returned activation must be kept alive until after active plugin configuration has been cleared.