Sub2ApiAdminOpsAuthCacheOutboxHealth constructor

const Sub2ApiAdminOpsAuthCacheOutboxHealth({
  1. required bool running,
  2. required int processed,
  3. required int failures,
  4. required int pending,
  5. required Duration oldestLag,
  6. required String lastError,
  7. required String statsError,
  8. required Duration healthySla,
  9. required Duration recoverySla,
  10. required int maxAttempts,
})

Implementation

const Sub2ApiAdminOpsAuthCacheOutboxHealth({
  required this.running,
  required this.processed,
  required this.failures,
  required this.pending,
  required this.oldestLag,
  required this.lastError,
  required this.statsError,
  required this.healthySla,
  required this.recoverySla,
  required this.maxAttempts,
});