Function deregister_plugin

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 deregister_plugin(plugin_kind: &str) -> bool

Removes a previously registered plugin.

This affects future validation and initialization only. Active runtime registrations remain until cleared or replaced.

Parameters

  • plugin_kind: Plugin kind to remove from the registry.

Returns

true when a plugin was removed from the registry and false when the kind was not registered.

Notes

Active component registrations created by previous initialization calls are not removed by this function.