This type contains the following members.
public interface ICommandHandler<TAggregate, TAggregateId, TCommand>: ICommandHandler where TAggregate : Redakt.EventSourcing.Aggregates.IAggregateRoot<TAggregateId>, TAggregateId : Redakt.EventSourcing.IAggregateId, TCommand : Redakt.EventSourcing.Commands.ICommand<TAggregate, TAggregateId>
- Extends:
- ICommandHandler
Methods
ExecuteCommandAsync(TAggregate, TCommand, CancellationToken) |