Node SDK

Interface Checkpoints

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Enumeration
  • Class

For queues the bot reads from, the checkpoint is the event ID in a given queue that the bot is known to have last read from. For queues the bot writes to, this is the event ID of the last position written to in that queue.

Hierarchy

  • Checkpoints

Index

Properties

Properties

read: {}

Read checkpoints where the key is the queue and the value is the checkpoint data

Type declaration

write: {}

Write checkpoints where the key is the queue and the value is the checkpoint data

Type declaration

Generated using TypeDoc