Function deregister_adaptive_component
Function deregister_adaptive_component
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub fn deregister_adaptive_component() -> bool
Deregisters the adaptive component kind from the core plugin registry.
This affects future validation and initialization only. Active adaptive runtime registrations remain until cleared or replaced.
Returns
true when the adaptive component kind was removed from the registry and false when it was not registered.
Notes
Active adaptive runtime registrations are not torn down by this function.