Raft Consensus Algorithm
    Preparing search index...

    Application command payload replicated through Raft log.

    interface Command {
        payload: any;
        type: string;
    }
    Index

    Properties

    Properties

    payload: any

    Command payload consumed by application state machine.

    type: string

    Command discriminator used by application state machine.