Changed seqNr to revision for all durable state APIs and implementations (#30344)
This commit is contained in:
parent
26f8eba4c7
commit
b1f5aa88e3
9 changed files with 38 additions and 35 deletions
|
|
@ -16,7 +16,7 @@ package akka.persistence.query
|
|||
*/
|
||||
final class DurableStateChange[A](
|
||||
val persistenceId: String,
|
||||
val seqNr: Long,
|
||||
val revision: Long,
|
||||
val value: A,
|
||||
val offset: Offset,
|
||||
val timestamp: Long)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue