DurableStateChange

org.apache.pekko.persistence.query.DurableStateChange

The DurableStateStoreQuery stream elements for DurableStateStoreQuery.

The implementation can be a UpdatedDurableState or a DeletedDurableState.

Not for user extension

Type parameters

A

the type of the value

Attributes

Source
DurableStateChange.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def offset: Offset

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

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

Attributes

Source
DurableStateChange.scala

The persistence id of the origin entity.

The persistence id of the origin entity.

Attributes

Source
DurableStateChange.scala