pub type BoxSourceMessageStream = BoxStream<'static, ConnectorResult<Vec<SourceMessage>>>;
Expand description
Stream of SourceMessage
. Messages flow through the stream in the unit of a batch.
Aliased Typeยง
#[repr(transparent)]pub struct BoxSourceMessageStream { /* private fields */ }