risingwave_connector::source::base

Type Alias BoxSourceMessageStream

source
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 {}