isEssential property

bool isEssential
final

If true, a failure of this target is treated as a severe network event.

Essential targets are the primary triggers for the engine's "Circuit Breaker" mechanism. Failure of an essential target can disqualify the entire network status regardless of other successes.

Implementation

final bool isEssential;