Changed seqNr to revision for all durable state APIs and implementations (#30344)

This commit is contained in:
Debasish Ghosh 2021-06-28 18:58:35 +05:30 committed by GitHub
parent 26f8eba4c7
commit b1f5aa88e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 38 additions and 35 deletions

View file

@ -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)