public interface RejectedJobsHandler
Strategy for handling jobs that were acquired but cannot be executed at this point (queue-size exceeded).
Modifier and Type | Method and Description |
---|---|
void |
jobsRejected(List<String> jobIds,
ProcessEngineImpl processEngine,
JobExecutor jobExecutor) |
void jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor)
Copyright © 2022. All rights reserved.