Package io.quarkiverse.jberet.runtime
Class JBeretRecorder
- java.lang.Object
-
- io.quarkiverse.jberet.runtime.JBeretRecorder
-
public class JBeretRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description JBeretRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<org.eclipse.microprofile.config.spi.ConfigSourceProvider>config()voidinitJobOperator(JBeretConfig config, io.quarkus.runtime.ThreadPoolConfig threadPoolConfig, io.quarkus.arc.runtime.BeanContainer beanContainer)voidinitScheduler(JBeretConfig config)voidregisterJobs(List<org.jberet.job.model.Job> jobs)
-
-
-
Method Detail
-
registerJobs
public void registerJobs(List<org.jberet.job.model.Job> jobs)
-
config
public io.quarkus.runtime.RuntimeValue<org.eclipse.microprofile.config.spi.ConfigSourceProvider> config()
-
initJobOperator
public void initJobOperator(JBeretConfig config, io.quarkus.runtime.ThreadPoolConfig threadPoolConfig, io.quarkus.arc.runtime.BeanContainer beanContainer)
-
initScheduler
public void initScheduler(JBeretConfig config)
-
-