Enum apalis_core::worker::prelude::WorkerEvent
source · Available on crate feature
worker only.Expand description
Represents events produced from a Worker Instance
Variants§
Error(String)
Emitted when a worker encounters a problem outside a job’s processing scope Error(WorkerError),
Job
Emitted when a job is processed
Trait Implementations§
source§impl Clone for WorkerEvent
impl Clone for WorkerEvent
source§fn clone(&self) -> WorkerEvent
fn clone(&self) -> WorkerEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more