Interface QueueEventsListenerPro

Hierarchy

  • QueueEventsListener
    • QueueEventsListenerPro

Properties

groups:paused: ((args: {
    groupId: string;
}, id: string) => void)

Type declaration

    • (args: {
          groupId: string;
      }, id: string): void
    • Listen to 'groups:paused' event.

      This event is triggered when a group is paused.

      Parameters

      • args: {
            groupId: string;
        }
        • groupId: string
      • id: string

      Returns void

groups:resumed: ((args: {
    groupId: string;
}, id: string) => void)

Type declaration

    • (args: {
          groupId: string;
      }, id: string): void
    • Listen to 'groups:resumed' event.

      This event is triggered when a group is resumed.

      Parameters

      • args: {
            groupId: string;
        }
        • groupId: string
      • id: string

      Returns void

Generated using TypeDoc