INopeINopeConnectivityOptions: {
    communicator: ICommunicationBridge;
    isMaster?: boolean;
    logger?: ValidLoggerDefinition;
    timeouts?: Partial<INopeINopeConnectivityTimeOptions>;
}

Type declaration

  • communicator: ICommunicationBridge

    The Communicator to use.

    Author

    M.Karkowski

  • Optional isMaster?: boolean

    Flag to force the Master. If set to null "default" -> the auto selection will be used.

  • Optional logger?: ValidLoggerDefinition

    A Specific logger which should be used.

    Author

    M.Karkowski

  • Optional timeouts?: Partial<INopeINopeConnectivityTimeOptions>

    Timeout Definitions. These are relevant, to determine alive, slow, dead, ... dispatchers.

    Author

    M.Karkowski

Generated using TypeDoc