Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueueData

Queue Data

Hierarchy

  • QueueData

Index

Properties

Properties

data

data: string

The data to actually send from the queue

reject

reject: (reason?: any) => void

The reject function for the promise

Type declaration

    • (reason?: any): void
    • Parameters

      • Optional reason: any

      Returns void

resolve

resolve: (value?: boolean | PromiseLike<boolean> | undefined) => void

The resolve function for the promise

Type declaration

    • (value?: boolean | PromiseLike<boolean> | undefined): void
    • Parameters

      • Optional value: boolean | PromiseLike<boolean> | undefined

      Returns void

Generated using TypeDoc