The UUID of the task whose result is to be deleted from the backend.
A Promise that resolves to the response of the backend after the result has been deleted.
Forcefully terminates the connection with the backend. To be called once.
A Promise that resolves when the connection has been closed.
Gently terminates the connection with the backend. To be called once.
A Promise that resolves when all pending transactions have been completed and the connection has been closed.
A Promise that resolves to the result fetched from the backend.
The result to push onto the backend.
A Promise that resolves to the response of the backend after the result message has been received.
A lossy representation of this backend's options.
Generated using TypeDoc
ResultBackend manages interactions with databases and result queues.