[][src]Trait eventmill::dispatch::DispatchEvent

pub trait DispatchEvent<E, A> where
    E: EventType,
    A: WithAggregateId
{ fn dispatch(&self, event: DomainEvent<E, A>); }

Required methods

fn dispatch(&self, event: DomainEvent<E, A>)

Loading content...

Implementors

Loading content...