Trait apalis_core::JobHandler[][src]

pub trait JobHandler<C> where
    C: Consumer + Actor,
    Self: Job
{ type Result: JobResponse<C, Self>; fn handle(self, ctx: &mut JobContext<C>) -> Self::Result; }

Associated Types

type Result: JobResponse<C, Self>[src]

Loading content...

Required methods

fn handle(self, ctx: &mut JobContext<C>) -> Self::Result[src]

Loading content...

Implementors

Loading content...