Package org.activiti.spring
Interface SpringRejectedJobsHandler
-
- All Known Implementing Classes:
SpringCallerRunsRejectedJobsHandler
@Deprecated @Internal public interface SpringRejectedJobsHandlerDeprecated.we recommend against the Job ExecutorStrategy for handling jobs that were acquired but cannot be executed at this point (queue-size exceeded).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidjobRejected(org.activiti.engine.impl.asyncexecutor.AsyncExecutor asyncExecutor, org.activiti.engine.runtime.Job job)Deprecated.
-