store abstract method

Future<void> store(
  1. FailedJob job
)

Store a failed job in the DLQ

Implementation

Future<void> store(FailedJob job);