Interface PingServiceComponents

interface PingServiceComponents {
    connectionManager: ConnectionManager;
    logger: ComponentLogger;
    registrar: Registrar;
}

Properties

connectionManager: ConnectionManager
registrar: Registrar