Interface QueueSuccessAcknowledgement

A function that acknowledges the successful processing of a message from a queue.

Hierarchy

  • Acknowledges the successful processing of a message from a queue.

    Parameters

    • Optional allUpTo: boolean

      If true, acknowledges all messages up to and including the current message.

    Returns void