Class ManagedJobExecutor

java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
org.camunda.bpm.quarkus.engine.extension.impl.ManagedJobExecutor

public class ManagedJobExecutor extends JobExecutor
A JobExecutor implementation that utilises a separate thread pool to acquire and execute jobs.
  • Field Details

    • taskExecutor

      protected org.eclipse.microprofile.context.ManagedExecutor taskExecutor
  • Constructor Details

    • ManagedJobExecutor

      public ManagedJobExecutor(org.eclipse.microprofile.context.ManagedExecutor taskExecutor)
      Constructs a new QuarkusJobExecutor with the provided ManagedExecutor instance.
  • Method Details