Interface RequestActions

interface RequestActions {
    bulkFetch: "bf";
    bulkSubscribe: "bs";
    bulkUnsubscribe: "bu";
    fetch: "f";
    fixup: "fixup";
    handshake: "hs";
    initLegacy: "init";
    op: "op";
    pingPong: "pp";
    presence: "p";
    presenceRequest: "pr";
    presenceSubscribe: "ps";
    presenceUnsubscribe: "pu";
    queryFetch: "qf";
    querySubscribe: "qs";
    queryUnsubscribe: "qu";
    queryUpdate: "q";
    snapshotFetch: "nf";
    snapshotFetchByTimestamp: "nt";
    subscribe: "s";
    unsubscribe: "u";
}

Properties

bulkFetch: "bf"
bulkSubscribe: "bs"
bulkUnsubscribe: "bu"
fetch: "f"
fixup: "fixup"
handshake: "hs"
initLegacy: "init"
op: "op"
pingPong: "pp"
presence: "p"
presenceRequest: "pr"
presenceSubscribe: "ps"
presenceUnsubscribe: "pu"
queryFetch: "qf"
querySubscribe: "qs"
queryUnsubscribe: "qu"
queryUpdate: "q"
snapshotFetch: "nf"
snapshotFetchByTimestamp: "nt"
subscribe: "s"
unsubscribe: "u"