Packages

t

akka.persistence.query

DurableStateChange

sealed trait DurableStateChange[A] extends AnyRef

The DurableStateStoreQuery stream elements for DurableStateStoreQuery.

The implementation can be a UpdatedDurableState or a DeletedDurableState.

Not for user extension

A

the type of the value

Annotations
@DoNotInherit()
Source
DurableStateChange.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DurableStateChange
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def offset: Offset

    The offset that can be used in next changes or currentChanges query.

  2. abstract def persistenceId: String

    The persistence id of the origin entity.