Function rollback_registrations
Function rollback_registrations
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 rollback_registrations(
registrations: &mut Vec<PluginRegistration>,
) -> PluginRollbackOutcome
Rolls back registrations in reverse order.
Registrations that cannot be removed remain in registrations so callers can retry. The returned outcome reports whether every callback was cleared and preserves any cleanup errors.