QueueEvent
Union of all queue-related events.
type QueueEvent =
| QueueOverflowEvent
| QueueStatsEvent;
Defined in: src/core/events/types.ts:939
Union of all queue-related events.
Remarks
Use this type to handle any queue event generically, or subscribe to specific event types via the EventListenerMap.