allows observer to track state of the transaction for monitoring purposes.
Once all responses to requests have been received, the transaction is complete. The handler will return an array or all responses in the order the requests were sent.
the closure you want to handle the completed payload.
If an error is thrown by any of the responders, the transaction is aborted and the error sent to the errorHandler.
the closure you want to handle any errors during the transaction.
Create a command to a channel as a part of this transaction.
channel to send the command to
Wait for a store to be ready / initialzed as a part of this transaction.
Generated using TypeDoc
Commit the transaction, all requests will be sent and will wait for responses. Once all the responses are in, onComplete will be called with the responses.