[][src]Trait kompact::Dispatcher

pub trait Dispatcher: ExecuteSend {
    fn receive(&mut self, env: DispatchEnvelope);
fn system_path(&mut self) -> SystemPath; }

Required methods

fn receive(&mut self, env: DispatchEnvelope)

fn system_path(&mut self) -> SystemPath

Loading content...

Implementors

impl Dispatcher for LocalDispatcher[src]

impl Dispatcher for NetworkDispatcher[src]

fn system_path(&mut self) -> SystemPath[src]

Generates a SystemPath from this dispatcher's configuration This is only possible after the socket is bound and will panic if attempted earlier!

Loading content...