Packages

package javadsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Replica extends AnyRef

    Not for user extension, construct using Replica#create

    Not for user extension, construct using Replica#create

    Annotations
    @ApiMayChange() @DoNotInherit()
  2. abstract class ReplicatedBehaviors[Command, Event, State] extends AnyRef

    Dynamically provides factory methods for creating replicated event sourced behaviors.

    Dynamically provides factory methods for creating replicated event sourced behaviors.

    Must be used to create an event sourced behavior to be replicated with Replication.grpcReplication.

    Can optionally be composed with other Behavior factories, to get access to actor context or timers.

    Annotations
    @ApiMayChange()
  3. trait Replication[Command] extends AnyRef

    Created using Replication.grpcReplication, which starts sharding with the entity and replication stream consumers but not the replication endpoint needed to publish events to other replication places.

    Created using Replication.grpcReplication, which starts sharding with the entity and replication stream consumers but not the replication endpoint needed to publish events to other replication places.

    Command

    The type of commands the Replicated Event Sourced Entity accepts Not for user extension

    Annotations
    @ApiMayChange() @DoNotInherit()
  4. trait ReplicationProjectionProvider extends AnyRef

    Factory for creating the projection where offsets are kept track of for the replication streams

    Factory for creating the projection where offsets are kept track of for the replication streams

    Annotations
    @ApiMayChange() @FunctionalInterface()
  5. final class ReplicationSettings[Command] extends AnyRef

    Not for user extension, construct using ReplicationSettings#create

    Not for user extension, construct using ReplicationSettings#create

    Annotations
    @ApiMayChange() @DoNotInherit()

Value Members

  1. object Replica
    Annotations
    @ApiMayChange()
  2. object Replication
    Annotations
    @ApiMayChange()
  3. object ReplicationSettings

Ungrouped