Starts consuming the queue.
As long as events are enqueued they will continue to be consumed.
Push the event and its related data to the queue.
The event to enqueue.
Promise containing data related to the event.
Factory for EventQueues.
Type of the queue to create.
Function which is called when an event is consumed.
The newly created EventQueue.
Generated using TypeDoc
Handles the processing order of incoming Matrix events.
Events can be pushed to the queue and will be processed when their corresponding data is ready and they are at the head of line. Different types of queues can be chosen for the processing order of events.
Abstract Base Class. Use the factory method
create
to create new instances.