Interface SpringRejectedJobsHandler

All Known Implementing Classes:
SpringCallerRunsRejectedJobsHandler

@Deprecated @Internal public interface SpringRejectedJobsHandler
Deprecated.
we recommend against the Job Executor

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

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    jobRejected(org.activiti.engine.impl.asyncexecutor.AsyncExecutor asyncExecutor, org.activiti.engine.runtime.Job job)
    Deprecated.
     
  • Method Details

    • jobRejected

      void jobRejected(org.activiti.engine.impl.asyncexecutor.AsyncExecutor asyncExecutor, org.activiti.engine.runtime.Job job)
      Deprecated.