[][src]Type Definition cqrs::ProducedEvent

type ProducedEvent<A, C> = <C as AggregateCommand<A>>::Event;

The event type produced by this command.