interface MeshCallInstanceOptions {
    guid?: string;
    readonly?: boolean;
}

Properties

Properties

guid?: string

Idempotent GUID for the worker and engine

readonly?: boolean

if true, the connection to HotMesh will be in readonly mode and the instantiated client will not route messages

false