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
bulkSubscribe
bulkUnsubscribe
fetch
fixup
handshake
initLegacy
op
pingPong
presence
presenceRequest
presenceSubscribe
presenceUnsubscribe
queryFetch
querySubscribe
queryUnsubscribe
queryUpdate
snapshotFetch
snapshotFetchByTimestamp
subscribe
unsubscribe