pub fn cqrs_work_queue_recipe<TCommand: Clone + 'static>(
graph: &Graph,
opts: CqrsWorkQueueRecipeOptions<TCommand>,
) -> CqrsWorkQueueRecipeBundle<TCommand>Expand description
Creates or computes cqrs_work_queue_recipe.
pub fn cqrs_work_queue_recipe<TCommand: Clone + 'static>(
graph: &Graph,
opts: CqrsWorkQueueRecipeOptions<TCommand>,
) -> CqrsWorkQueueRecipeBundle<TCommand>Creates or computes cqrs_work_queue_recipe.