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ยง
struct BoxSourceMessageStream {}
pub type BoxSourceMessageStream = BoxStream<'static, ConnectorResult<Vec<SourceMessage>>>;
Stream of SourceMessage
. Messages flow through the stream in the unit of a batch.
struct BoxSourceMessageStream {}