Package

akka.persistence

multidc

Permalink

package multidc

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait EventContext extends AnyRef

    Permalink

    Additional information about an event.

    Additional information about an event.

    Annotations
    @DoNotInherit()
  2. final class HotStandbySettings extends AnyRef

    Permalink
  3. final class PersistenceMultiDcSettings extends AnyRef

    Permalink
  4. sealed class ReplicatedEntityLoggingAdapter extends MarkerLoggingAdapter with DiagnosticLoggingAdapter

    Permalink

    Public API, not meant to be extended in user-code.

    Public API, not meant to be extended in user-code.

    Allows MDC and Markers to be used by default in Replicated Entities.

    Annotations
    @DoNotInherit()
  5. final class ReplicatedEntityLoggingSettings extends AnyRef

    Permalink
  6. final class ReplicatedEntityPrefixLoggingAdapter extends ReplicatedEntityLoggingAdapter with DiagnosticLoggingAdapter

    Permalink

    Public API, not meant to be extended in user-code.

    Public API, not meant to be extended in user-code.

    Allows MDC and Markers to be used by default in Replicated Entities. Adds a string prefix to each log statement containing the persistenceId of the entity.

  7. final case class ReplicatedEntitySnapshot[S](state: S)(_lastOriginSeqNrPerDc: Map[String, Long], _version: VersionVector) extends Serializable with Product

    Permalink
  8. final class ReplicatedEvent[Event] extends AnyRef

    Permalink
  9. final class ReplicatedEventContext extends EventContext

    Permalink

    Additional information about an event.

  10. final class SelfEventContext extends EventContext

    Permalink

    Additional information about an event.

    Additional information about an event. The event was persisted by this data center.

    See also

    akka.persistence.multidc.javadsl.ReplicatedEntity#selfEventHandler

    akka.persistence.multidc.scaladsl.ReplicatedEntity#selfEventHandler

  11. trait SpeculativeReplicatedEvent extends Serializable

    Permalink

    When this message type must be handled in the sharding entity and shard id extractors.

    When this message type must be handled in the sharding entity and shard id extractors.

    Annotations
    @DoNotInherit()
  12. trait WallClock extends AnyRef

    Permalink

    A time source.

Ungrouped