haredo

    Interface SubscribeArguments

    interface SubscribeArguments {
        "x-priority"?: number;
        "x-stream-offset"?: StreamOffset;
    }
    Index

    Properties

    "x-priority"?: number

    The priority of the consumer. Higher priority consumers get messages in preference to lower priority consumers.

    "x-stream-offset"?: StreamOffset

    x-stream-offset is used to specify the offset from which the consumer should start reading from the stream. The value can be a positive integer or a negative integer. A positive integer specifies the offset from the beginning of the stream. A negative integer specifies the offset from the end of the stream.

    MMNEPVFCICPMFPCPTTAAATR