Interface SpringRejectedJobsHandler

All Known Implementing Classes:
SpringCallerRunsRejectedJobsHandler

public interface SpringRejectedJobsHandler

Strategy for handling jobs that were acquired but cannot be executed at this point (queue-size exceeded).

Author:
Tijs Rademakers
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    jobRejected(AsyncExecutor asyncExecutor, org.flowable.job.api.JobInfo job)
     
  • Method Details

    • jobRejected

      void jobRejected(AsyncExecutor asyncExecutor, org.flowable.job.api.JobInfo job)