final case class SnapshotFailed(metadata: SnapshotMetadata, failure: Throwable) extends EventSourcedSignal with Product with Serializable
- Source
- EventSourcedSignal.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- SnapshotFailed
- 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
- new SnapshotFailed(metadata: SnapshotMetadata, failure: Throwable)
Value Members
- val failure: Throwable
- def getFailure(): Throwable
Java API
- def getSnapshotMetadata(): SnapshotMetadata
Java API
- val metadata: SnapshotMetadata
- def productElementNames: Iterator[String]
- Definition Classes
- Product