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

All Known Implementing Classes:
CallerRunsRejectedJobsHandler

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)
           
 

Method Detail

jobsRejected

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


Copyright © 2014 camunda services GmbH. All rights reserved.