INopeINopeConnectivityTimeOptions: {
    checkInterval: number;
    dead: number;
    remove: number;
    sendAliveInterval: number;
    slow: number;
    warn: number;
}

Type declaration

  • checkInterval: number

    Interval, to check the other dispatcher for being slow, dead, etc.. should be lager then the "sendAliveInterval". The value is given in [ms] If "0" is provided, no alive messages are provided

    Author

    M.Karkowski

  • dead: number

    Amount of Time, after which an external dispatcher is declared as dead. The value is given in [ms]

    Author

    M.Karkowski

  • remove: number

    Amount of Time, after which an external dispatcher is removed.

    Author

    M.Karkowski

  • sendAliveInterval: number

    Interval for the alive message given in [ms]. If "0" is provided, no alive messages are provided

    Author

    M.Karkowski

  • slow: number

    Amount of Time, after which an external dispatcher is declared as slow. The value is given in [ms]

    Author

    M.Karkowski

  • warn: number

    Time, after which an warning is given. The value is given in [ms]

    Author

    M.Karkowski

Generated using TypeDoc