ProcessFunction<T>: ((event: MatrixEvent) => Promise<T>)

The function to invoke to process (send) events in the queue.

Type Parameters

  • T

Type declaration

    • (event): Promise<T>
    • Parameters

      Returns Promise<T>

      Resolved/rejected depending on the outcome of the request.