endless.transaction.Transaction.TransactionOps
implicit class TransactionOps[
F[
_],
BID,
Q,
R](
transaction:
Transaction[
F,
BID,
Q,
R])(
implicit evidence$1:
Temporal[
F],
evidence$2:
Logger[
F])
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Wraps the transaction in a resource, which will abort the transaction if it is still pending.
Wraps the transaction in a resource, which will abort the transaction if it is still pending.
Attributes
Polls for the status of the transaction until it reaches a final state.
Polls for the status of the transaction until it reaches a final state.
Value parameters
-
frequency
-
the polling frequency
Attributes
-
Returns
-
the final status of the transaction (either committed or aborted)