Class ManagedJobExecutor


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

      • taskExecutor

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

      • ManagedJobExecutor

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