pub type SimpleServerEvent = SimpleServerEvent;
Expand description
Simplified Server event. It should be used to represent an event which consumer wants listen to.
Aliased Type§
pub enum SimpleServerEvent {
TopologyChange,
StatusChange,
SchemaChange,
}