Uses of Class
io.quarkiverse.jberet.runtime.JBeretConfig
-
-
Uses of JBeretConfig in io.quarkiverse.jberet.runtime
Methods in io.quarkiverse.jberet.runtime with parameters of type JBeretConfig Modifier and Type Method Description voidJBeretRecorder. initJobOperator(JBeretConfig config, io.quarkus.runtime.ThreadPoolConfig threadPoolConfig, io.quarkus.arc.runtime.BeanContainer beanContainer)voidJBeretRecorder. initScheduler(JBeretConfig config)Constructors in io.quarkiverse.jberet.runtime with parameters of type JBeretConfig Constructor Description QuarkusJobOperator(JBeretConfig config, io.quarkus.runtime.ThreadPoolConfig threadPoolConfig, org.eclipse.microprofile.context.ManagedExecutor managedExecutor, javax.transaction.TransactionManager transactionManager, List<org.jberet.job.model.Job> jobs)
-