Packages

package javadsl

Content Hierarchy

Type Members

  1. trait DurableStateStore[A] extends AnyRef

    API for reading durable state objects with payload A.

    API for reading durable state objects with payload A.

    For Scala API see akka.persistence.state.scaladsl.DurableStateStore.

    See also DurableStateUpdateStore

  2. trait DurableStateUpdateStore[A] extends DurableStateStore[A]

    API for updating durable state objects.

    API for updating durable state objects.

    For Scala API see akka.persistence.state.scaladsl.DurableStateUpdateStore.

    See also DurableStateUpdateWithChangeEventStore

  3. trait DurableStateUpdateWithChangeEventStore[A] extends DurableStateUpdateStore[A]

    API May Change: API for updating durable state objects and storing additional change event.

    API May Change: API for updating durable state objects and storing additional change event.

    For Scala API see akka.persistence.state.scaladsl.DurableStateUpdateWithChangeEventStore.

    Annotations
    @ApiMayChange()
  4. final case class GetObjectResult[A](value: Optional[A], revision: Long) extends Product with Serializable

Ungrouped