NotificationProcessor

Trait NotificationProcessor 

Source
pub trait NotificationProcessor<M>: Send + Sync
where M: RexMessage,
{ // Required methods fn init( &mut self, join_set: &mut JoinSet<()>, ) -> UnboundedSender<Notification<M>>; fn get_topics(&self) -> &[M::Topic]; }

Required Methods§

Source

fn init( &mut self, join_set: &mut JoinSet<()>, ) -> UnboundedSender<Notification<M>>

Source

fn get_topics(&self) -> &[M::Topic]

Implementors§