org.apache.pekko.persistence.query.DeletedDurableState
See theDeletedDurableState companion object
final class DeletedDurableState[A](val persistenceId: String, val revision: Long, val offset: Offset, val timestamp: Long) extends DurableStateChange[A]
Type parameters
- A
-
the type of the value
Value parameters
- offset
-
The offset that can be used in next
changesorcurrentChangesquery. - persistenceId
-
The persistence id of the origin entity.
- revision
-
The revision number from the origin entity.
- timestamp
-
The time the state was stored, in milliseconds since midnight, January 1, 1970 UTC (same as
System.currentTimeMillis).
Attributes
- Companion
- object
- Source
- DurableStateChange.scala
- Graph
-
- Supertypes
Members list
In this article