public interface SpringRejectedJobsHandler
Strategy for handling jobs that were acquired but cannot be executed at this point (queue-size exceeded).
| Modifier and Type | Method and Description |
|---|---|
void |
jobRejected(org.flowable.job.service.impl.asyncexecutor.AsyncExecutor asyncExecutor,
org.flowable.job.api.JobInfo job) |
Copyright © 2017 Flowable. All rights reserved.