[][src]Function dendrite::axon_utils::command_worker

pub async fn command_worker(
    axon_connection: AxonConnection,
    aggregate_registry: TheAggregateRegistry
) -> Result<()>

Subscribes to commands, verifies them against the command projection and sends emitted events to AxonServer.