Marks this uow as needing to be completed as soon as possible.
Marks this uow as needing to be completed as soon as possible. If not called, the Store implementation may delay completing the uow in the hopes that a subsequent uow will cancel negate all it operations and thus avoid the cost of the persistence operations.
Removes a queue entry
Removes a queue entry
Adds a queue entry
Adds a queue entry
The specified callback is executed once the UOW is completed.
The specified callback is executed once the UOW is completed.
Stores a message.
Stores a message. Messages a reference counted, so make sure you also enqueue it to queue if you don't want it to be discarded right away.
This method auto generates and assigns the key field of the message record and returns it.