Class KoraJobExecutor

java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
org.camunda.bpm.engine.impl.jobexecutor.ThreadPoolJobExecutor
org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
ru.tinkoff.kora.camunda.engine.bpmn.KoraJobExecutor

public final class KoraJobExecutor extends org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
  • Field Summary

    Fields inherited from class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor

    corePoolSize, maxPoolSize, queueSize

    Fields inherited from class org.camunda.bpm.engine.impl.jobexecutor.ThreadPoolJobExecutor

    threadPoolExecutor

    Fields inherited from class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor

    acquireJobsCmdFactory, acquireJobsRunnable, backoffDecreaseThreshold, backoffTimeInMillis, isActive, isAutoActivate, jobAcquisitionThread, lockOwner, lockTimeInMillis, maxBackoff, maxJobsPerAcquisition, maxWait, name, processEngines, rejectedJobsHandler, waitIncreaseFactor, waitTimeInMillis
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerProcessEngine(org.camunda.bpm.engine.impl.ProcessEngineImpl processEngine)
     
    protected void
     

    Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor

    getCorePoolSize, getMaxPoolSize, getQueueSize, setCorePoolSize, setMaxPoolSize, setQueueSize, stopExecutingJobs

    Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.ThreadPoolJobExecutor

    executeJobs, getThreadPoolExecutor, setThreadPoolExecutor

    Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor

    engineIterator, ensureCleanup, ensureInitialization, executeJobs, getAcquireJobsCmd, getAcquireJobsCmdFactory, getAcquireJobsRunnable, getBackoffDecreaseThreshold, getBackoffTimeInMillis, getCommandExecutor, getExecuteJobsRunnable, getLockOwner, getLockTimeInMillis, getMaxBackoff, getMaxJobsPerAcquisition, getMaxWait, getName, getProcessEngines, getRejectedJobsHandler, getWaitIncreaseFactor, getWaitTimeInMillis, hasRegisteredEngine, isActive, isAutoActivate, jobWasAdded, logAcquiredJobs, logAcquisitionAttempt, logAcquisitionFailureJobs, logRejectedExecution, setAcquireJobsCmdFactory, setAutoActivate, setBackoffDecreaseThreshold, setBackoffTimeInMillis, setCommandExecutor, setLockOwner, setLockTimeInMillis, setMaxBackoff, setMaxJobsPerAcquisition, setMaxWait, setProcessEngines, setRejectedJobsHandler, setWaitIncreaseFactor, setWaitTimeInMillis, shutdown, start, startJobAcquisitionThread, stopJobAcquisitionThread, unregisterProcessEngine

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • startExecutingJobs

      protected void startExecutingJobs()
      Overrides:
      startExecutingJobs in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
    • registerProcessEngine

      public void registerProcessEngine(org.camunda.bpm.engine.impl.ProcessEngineImpl processEngine)
      Overrides:
      registerProcessEngine in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor