Skip to main content

cqrs_work_queue_disposition_command

Function cqrs_work_queue_disposition_command 

Source
pub fn cqrs_work_queue_disposition_command<TCommand: Clone>(
    attempt: &CqrsWorkQueueAttempt<TCommand>,
    outcome: CqrsWorkQueueOutcome<TCommand>,
    policy: &CqrsWorkQueuePolicy,
) -> WorkQueueCommand<CqrsQueuedCommandPayload<TCommand>>
Expand description

Creates or computes cqrs_work_queue_disposition_command.