Packages

package scala

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package internal

Type Members

  1. trait EventStore[AID <: AggregateId, A <: Aggregate[A, AID], E <: Event[AID]] extends EventStoreOptions[AID, A, E]

    Represents an event store.

    Represents an event store. / イベントストアを表します。

    AID

    Aggregate id type / 集約IDの型

    A

    Aggregate type / 集約の型

    E

    Event type / イベントの型

  2. trait EventStoreAsync[AID <: AggregateId, A <: Aggregate[A, AID], E <: Event[AID]] extends EventStoreOptions[AID, A, E]

    Asynchronous version of EventStore.

    Asynchronous version of EventStore. / EventStoreの非同期版。

    AID

    AggregateId type / 集約IDの型

    A

    Aggregate type / 集約の型

    E

    Event type / イベントの型

  3. trait EventStoreOptions[AID <: AggregateId, A <: Aggregate[A, AID], E <: Event[AID]] extends AnyRef

Value Members

  1. object EventStore

    Represents a companion object of EventStore.

    Represents a companion object of EventStore. / EventStoreのコンパニオンオブジェクトを表します。

  2. object EventStoreAsync

    Represents a companion object of EventStore.

    Represents a companion object of EventStore. / EventStoreのコンパニオンオブジェクトを表します。

Ungrouped