Type alias ProcessFunction<T>

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

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

Type Parameters

  • T

Type declaration

Returns

Resolved/rejected depending on the outcome of the request.

Generated using TypeDoc