ExplicitRetryCause

case class ExplicitRetryCause(timeoutNanos: Option[Long]) extends TransientRollbackCause

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 to retry or retryFor. The atomic block will be retried after some memory location read in the previous attempt has changed.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product