Skip to main content

StatusEventStream

Type Alias StatusEventStream 

Source
pub type StatusEventStream = Streaming<StatusEvent>;
Expand description

A streaming response of stepflow_proto::StatusEvents from StepflowClient::status_events.

Drive the stream with futures::StreamExt::next or while let Some(event) = stream.message().await.

Aliased Type§

pub struct StatusEventStream { /* private fields */ }