Interface AggregateCommandHandler<State, Command, Event>

Aggregate command haler.

interface AggregateCommandHandler {
    handle(store, command, options?): MaybePromise<undefined | Event>;
}

Type Parameters

  • State

  • Command

  • Event

Methods

Methods

Generated using TypeDoc