pub async fn wait_for_response(
client: &Client,
request_id: &str,
) -> Result<HttpResponse>Expand description
Wait for response with event-driven or polling approach based on USE_EVENT_DRIVEN flag
pub async fn wait_for_response(
client: &Client,
request_id: &str,
) -> Result<HttpResponse>Wait for response with event-driven or polling approach based on USE_EVENT_DRIVEN flag