risingwave_pb::hummock

Type Alias PbSubscribeCompactionEventResponse

source
pub type PbSubscribeCompactionEventResponse = SubscribeCompactionEventResponse;
Expand description

Aliased Type§

struct PbSubscribeCompactionEventResponse {
    pub create_at: u64,
    pub event: Option<Event>,
}

Fields§

§create_at: u64§event: Option<Event>