Skip to main content

cqrs_with_options

Function cqrs_with_options 

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

Creates or computes cqrs_with_options.