Trait apalis::JobHandler[][src]

pub trait JobHandler<C>: Job where
    C: Consumer + Actor, 
{ 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...