final case class PersistFailed[Command, Event](failure: Throwable, command: Option[Command]) extends EventSourcedSignal with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- PersistFailed
- Serializable
- Product
- Equals
- EventSourcedSignal
- Signal
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- val command: Option[Command]
- val failure: Throwable
- def getCommand(): Optional[Command]
Java API: the command that persisted the event, may be undefined if it is a replicated event
- def getFailure(): Throwable
Java API: the original cause
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def toString(): String
- Definition Classes
- PersistFailed → AnyRef → Any
the original cause
the command that persisted the event, may be undefined if it is a replicated event