[][src]Trait eventmill::query::ReceiveEvent

pub trait ReceiveEvent<E, A> where
    A: WithAggregateId
{ fn receive_event(&mut self, event: DomainEventView<E, A>); }

Required methods

fn receive_event(&mut self, event: DomainEventView<E, A>)

Loading content...

Implementors

impl<E, A> ReceiveEvent<E, A> for A where
    E: 'static,
    A: Aggregate<E> + WithAggregateId
[src]

Loading content...