menu
khadem package
documentation
contracts.dart
DeadLetterQueue
getByType abstract method
getByType abstract method
dark_mode
light_mode
getByType
abstract method
Future
<
List
<
FailedJob
>
>
getByType
(
String
jobType
, {
int
?
limit
,
})
Get failed jobs filtered by type
Implementation
Future<List<FailedJob>> getByType(String jobType, {int? limit});
khadem package
documentation
contracts
DeadLetterQueue
getByType abstract method
DeadLetterQueue class