This type contains the following members.

public class AggregateStore: IAggregateStore
Inheritance:
ObjectAggregateStore
Implements:
IAggregateStore

Constructors

AggregateStore(IEventStore, IEventBus, IAggregateFactory, IAuthenticatedUser)

Methods

LoadAsync<TAggregate, TAggregateId>(TAggregateId, CancellationToken)
SaveAsync<TAggregate, TAggregateId>(TAggregate, CancellationToken)