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.
pub fn cqrs_with_options<TCommand: Clone + 'static, TEvent: Clone + 'static>(
graph: &Graph,
opts: CqrsOptions<TCommand, TEvent>,
) -> CqrsBundle<TCommand, TEvent>Creates or computes cqrs_with_options.