Package org.activiti.spring
Interface SpringRejectedJobsHandler
-
- All Known Implementing Classes:
SpringCallerRunsRejectedJobsHandler
@Deprecated @Internal public interface SpringRejectedJobsHandler
Deprecated.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(AsyncExecutor asyncExecutor, Job job)Deprecated.
-
-
-
Method Detail
-
jobRejected
void jobRejected(AsyncExecutor asyncExecutor, Job job)
Deprecated.
-
-