handle abstract method

Future<void> handle(
  1. Job job
)

Handle the job execution

Implementation

Future<void> handle(Job job);