final class DeletedDurableState[A] extends DurableStateChange[A]
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeletedDurableState
- DurableStateChange
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DeletedDurableState(persistenceId: String, revision: Long, offset: Offset, timestamp: Long)
- persistenceId
The persistence id of the origin entity.
- revision
The revision number from the origin entity.
- offset
The offset that can be used in next
changes
orcurrentChanges
query.- timestamp
The time the state was stored, in milliseconds since midnight, January 1, 1970 UTC (same as
System.currentTimeMillis
).
Value Members
- val offset: Offset
The offset that can be used in next
changes
orcurrentChanges
query.The offset that can be used in next
changes
orcurrentChanges
query.- Definition Classes
- → DurableStateChange
- val persistenceId: String
The persistence id of the origin entity.
The persistence id of the origin entity.
- Definition Classes
- → DurableStateChange
- val revision: Long
- val timestamp: Long
the type of the value