risingwave_pb::stream_plan

Type Alias PbThrottleMutation

source
pub type PbThrottleMutation = ThrottleMutation;
Expand description

Alias for ThrottleMutation.

Aliased Type§

struct PbThrottleMutation {
    pub actor_throttle: HashMap<u32, RateLimit>,
}

Fields§

§actor_throttle: HashMap<u32, RateLimit>