Skip to main content

EventConnectionObserver

Trait EventConnectionObserver 

Source
pub trait EventConnectionObserver: Send + Sync {
    // Required method
    fn observe_event_connection(&self, observation: EventConnectionObservation);
}
Expand description

Receives subscriber lifecycle observations.

Required Methods§

Source

fn observe_event_connection(&self, observation: EventConnectionObservation)

Records one connection transition.

Implementors§