updateDescriptor method
Replaces the cached descriptor — called as the node heartbeats, so capacity and liveness stay current between registrations.
Implementation
void updateDescriptor(ProviderDescriptor descriptor) =>
_descriptor = descriptor;
Replaces the cached descriptor — called as the node heartbeats, so capacity and liveness stay current between registrations.
void updateDescriptor(ProviderDescriptor descriptor) =>
_descriptor = descriptor;