[][src]Trait kompact::SystemComponents

pub trait SystemComponents: Send + Sync {
    fn deadletter_ref(&self) -> ActorRef;
fn dispatcher_ref(&self) -> ActorRef;
fn system_path(&self) -> SystemPath;
fn start(&self, _system: &KompactSystem); }

Required methods

fn deadletter_ref(&self) -> ActorRef

fn dispatcher_ref(&self) -> ActorRef

fn system_path(&self) -> SystemPath

fn start(&self, _system: &KompactSystem)

Loading content...

Implementors

impl<B, C> SystemComponents for CustomComponents<B, C> where
    B: ComponentDefinition + Sized + 'static,
    C: ComponentDefinition + Sized + 'static + Dispatcher
[src]

Loading content...