Wactorz JS
    Preparing search index...

    Interface NodeHeartbeatPayload

    Node heartbeat — a remote Wactorz node phoning home.

    interface NodeHeartbeatPayload {
        agents: string[];
        node: string;
        nodeId?: string;
    }
    Index

    Properties

    Properties

    agents: string[]
    node: string
    nodeId?: string