Interface ConnectionMonitor

[[ConnectionMonitor]] updates health data based on incoming metrics.

interface ConnectionMonitor {
    start(): void;
    stop(): void;
}

Implemented by

Methods

Methods