pub async fn wait_for_server(
    host: &str,
    port: u32,
    label: &str
) -> Result<AxonServerHandle, Error>
Expand description

Polls AxonServer until it is available and ready.