Packages

final class UpdatedDurableState[A] extends DurableStateChange[A]

A

the type of the value

Source
DurableStateChange.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdatedDurableState
  2. DurableStateChange
  3. AnyRef
  4. 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

Instance Constructors

  1. new UpdatedDurableState(persistenceId: String, revision: Long, value: A, offset: Offset, timestamp: Long)

    persistenceId

    The persistence id of the origin entity.

    revision

    The revision number from the origin entity.

    value

    The object value.

    offset

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

    timestamp

    The time the state was stored, in milliseconds since midnight, January 1, 1970 UTC (same as System.currentTimeMillis).

Value Members

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

    Definition Classes
    UpdatedDurableStateDurableStateChange
  2. val persistenceId: String

    The persistence id of the origin entity.

    The persistence id of the origin entity.

    Definition Classes
    UpdatedDurableStateDurableStateChange
  3. val revision: Long
  4. val timestamp: Long
  5. val value: A