Loom Engine - v3.1.1
    Preparing search index...

    Interface AuthorityOptions

    interface AuthorityOptions {
        hostId?: string;
        timeoutMs?: number;
        electionStrategy?: ElectionStrategy;
    }
    Index

    Properties

    hostId?: string
    timeoutMs?: number
    electionStrategy?: ElectionStrategy