interface ISubscriber {
    _watchDog?: WatchDog;
    _watchDogData?: IWatchdogData2;
    keepAlive?: (() => void);
    onClientSeen?: (() => void);
    watchdogReset: (() => void);
}

Implemented by

    Properties

    _watchDog?: WatchDog
    _watchDogData?: IWatchdogData2
    keepAlive?: (() => void)
    onClientSeen?: (() => void)
    watchdogReset: (() => void)