Skip to main content

ConfigSyncConnectionState

Type Alias ConfigSyncConnectionState 

Source
pub type ConfigSyncConnectionState = EventConnectionState;
Expand description

Connection lifecycle state for a config-sync subscription.

Aliased Type§

pub enum ConfigSyncConnectionState {
    Connected,
    Disconnected,
    Reconnecting,
    Recovered,
}

Variants§

§

Connected

A first subscription became ready.

§

Disconnected

An established subscription stopped or could not be opened.

§

Reconnecting

The subscriber is waiting before another connection attempt.

§

Recovered

A subscription recovered after a previous disconnect.