Function wait_for_server

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

Polls AxonServer until it is available and ready.