pub async fn platform_worker(
    axon_server_handle: AxonServerHandle,
    label: &str,
    worker_control: WorkerControl
) -> Result<(), Error>
Expand description

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