Type Alias SimpleServerEvent

Source
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,
}

Variants§

§

TopologyChange

§

StatusChange

§

SchemaChange