Interface ProcessJobRetryLogDao

All Superinterfaces:
Dao<ProcessJobRetryLog,Long>
All Known Implementing Classes:
ProcessJobRetryLogDaoImpl

public interface ProcessJobRetryLogDao extends Dao<ProcessJobRetryLog,Long>
  • Method Details

    • getRetryJobBatch

      List<JobRetrySummary> getRetryJobBatch(int limit)
    • getRetryJobBatch

      List<JobRetrySummary> getRetryJobBatch(int limit, int maxRetryCount)