pub type ServerEvent = ServerEvent;
Expand description
Full Server Event which includes all details about occurred change.
Aliased Type§
pub enum ServerEvent {
TopologyChange(TopologyChange),
StatusChange(StatusChange),
SchemaChange(SchemaChange),
}
Variants§
TopologyChange(TopologyChange)
Events related to change in the cluster topology
StatusChange(StatusChange)
Events related to change of node status.
SchemaChange(SchemaChange)
Events related to schema change.