handle abstract method

Future<void> handle(
  1. QueueJobContext context,
  2. Next next
)

Handle the job context Call next() to continue to the next middleware or job execution

Implementation

Future<void> handle(QueueJobContext context, Next next);