This type contains the following members.
public interface IEventSubscriber<TAggregate, TAggregateId, TAggregateEvent> where TAggregate : Redakt.EventSourcing.Aggregates.IAggregateRoot<TAggregateId>, TAggregateId : Redakt.EventSourcing.IAggregateId, TAggregateEvent : Redakt.EventSourcing.Aggregates.IAggregateEvent<TAggregate, TAggregateId>
Methods
HandleAsync(IDomainEvent<TAggregate, TAggregateId, TAggregateEvent>, CancellationToken) |