package scala
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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 / イベントの型
- 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 / イベントの型
- trait EventStoreOptions[AID <: AggregateId, A <: Aggregate[A, AID], E <: Event[AID]] extends AnyRef
Value Members
- object EventStore
Represents a companion object of EventStore.
Represents a companion object of EventStore. / EventStoreのコンパニオンオブジェクトを表します。
- object EventStoreAsync
Represents a companion object of EventStore.
Represents a companion object of EventStore. / EventStoreのコンパニオンオブジェクトを表します。