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

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

public class NotifyAcquisitionRejectedJobsHandler
extends Object
implements RejectedJobsHandler

Author:
Thorben Lindhauer

Constructor Summary
NotifyAcquisitionRejectedJobsHandler()
           
 
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

NotifyAcquisitionRejectedJobsHandler

public NotifyAcquisitionRejectedJobsHandler()
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.