org.camunda.bpm.engine.impl.jobexecutor
Class CallerRunsRejectedJobsHandler

java.lang.Object
  extended by org.camunda.bpm.engine.impl.jobexecutor.CallerRunsRejectedJobsHandler
All Implemented Interfaces:
RejectedJobsHandler

public class CallerRunsRejectedJobsHandler
extends Object
implements RejectedJobsHandler

Author:
Daniel Meyer

Constructor Summary
CallerRunsRejectedJobsHandler()
           
 
Method Summary
 void jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallerRunsRejectedJobsHandler

public CallerRunsRejectedJobsHandler()
Method Detail

jobsRejected

public void jobsRejected(List<String> jobIds,
                         ProcessEngineImpl processEngine,
                         JobExecutor jobExecutor)
Specified by:
jobsRejected in interface RejectedJobsHandler


Copyright © 2017 camunda services GmbH. All rights reserved.