org.apache.pekko.persistence.query.UpdatedDurableState
See theUpdatedDurableState companion object
final class UpdatedDurableState[A](val persistenceId: String, val revision: Long, val value: A, 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). - value
-
The object value.
Attributes
- Companion
- object
- Source
- DurableStateChange.scala
- Graph
-
- Supertypes
Members list
In this article