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) |
void jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine)
Copyright © 2015. All rights reserved.