org.camunda.bpm.engine.impl.jobexecutor
Interface RejectedJobsHandler

All Known Implementing Classes:
CallerRunsRejectedJobsHandler, NotifyAcquisitionRejectedJobsHandler

public interface RejectedJobsHandler

Strategy for handling jobs that were acquired but cannot be executed at this point (queue-size exceeded).

Author:
Daniel Meyer

Method Summary
 void jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor)
           
 

Method Detail

jobsRejected

void jobsRejected(List<String> jobIds,
                  ProcessEngineImpl processEngine,
                  JobExecutor jobExecutor)


Copyright © 2017 camunda services GmbH. All rights reserved.