haredo

    Interface Methods

    interface Methods {
        ack(): Promise<void>;
        nack(requeue?: boolean): Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Nack the message. If requeue is false (defaults to true) then the message will be discarded. Otherwise it will be returned to the front of the queue

      Parameters

      • Optionalrequeue: boolean

      Returns Promise<void>

    MMNEPVFCICPMFPCPTTAAATR