case classExplicitRetryCause(timeoutNanos: Option[Long]) extends TransientRollbackCause with Product with Serializable
The RollbackCause for an atomic block execution attempt that ended with
a call to retry or retryFor. The atomic block will be retried after
some memory location read in the previous attempt has changed.
The
RollbackCause
for an atomic block execution attempt that ended with a call toretry
orretryFor
. The atomic block will be retried after some memory location read in the previous attempt has changed.