Interface TickMessage

An object representing a message fetched from a queue, along with the functions to acknowledge or negatively acknowledge its processing.

Hierarchy

  • TickMessage

Properties

Properties

A function that acknowledges the successful processing of the message.

message: QueueMessage

The message fetched from the queue.

A function that negatively acknowledges the processing of the message.