UNPKG

event-local

Version:

Event client

15 lines (14 loc) 413 B
export declare class HealthLib { private timerID; private options; /** * Состояние сервиса * 0 - не зарегистрирован, * 1 - зарегистрирован */ private state; constructor(host: string, port: number, version: number, name: string); activation(): Promise<unknown>; deactivation(): Promise<unknown>; health(): void; }