DeletedDurableState

org.apache.pekko.persistence.query.DeletedDurableState
See theDeletedDurableState companion object
final class DeletedDurableState[A](val persistenceId: String, val revision: Long, 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 changes or currentChanges query.

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

override val 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

The persistence id of the origin entity.

The persistence id of the origin entity.

Attributes

val revision: Long