Skip to main content

cqrs

Function cqrs 

Source
pub fn cqrs<TCommand: Clone + 'static, TEvent: Clone + 'static>(
    graph: &Graph,
) -> CqrsBundle<TCommand, TEvent>
Expand description

Creates or computes cqrs.