risingwave_pb::stream_plan

Type Alias PbDispatchers

source
pub type PbDispatchers = Dispatchers;
Expand description

Alias for Dispatchers.

Aliased Type§

struct PbDispatchers {
    pub dispatchers: Vec<Dispatcher>,
}

Fields§

§dispatchers: Vec<Dispatcher>