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(AsyncExecutor asyncExecutor,
JobInfo job) |
void jobRejected(AsyncExecutor asyncExecutor, JobInfo job)
Copyright © 2017 Flowable. All rights reserved.