Skip navigation links
C O Q S W 

C

config() - Method in class org.jooby.quartz.Quartz
 
configure(Env, Config, Binder) - Method in class org.jooby.quartz.Quartz
 

O

org.jooby.quartz - package org.jooby.quartz
 

Q

Quartz - Class in org.jooby.quartz
Build and create a Quartz Scheduler and jobs.
Quartz(Class<?>...) - Constructor for class org.jooby.quartz.Quartz
Creates a new Quartz module.

S

Scheduled - Annotation Type in org.jooby.quartz
Define a Quartz Trigger.

W

with(JobDetail, Trigger) - Method in class org.jooby.quartz.Quartz
Schedule the provided job and trigger.
with(Class<?>) - Method in class org.jooby.quartz.Quartz
Setup and schedule the provided job, it might implement a Job and the Scheduled annotation must be present.
with(Class<? extends Job>, BiConsumer<JobBuilder, TriggerBuilder<Trigger>>) - Method in class org.jooby.quartz.Quartz
Schedule the provided job and trigger.
with(Class<? extends Job>, Consumer<TriggerBuilder<Trigger>>) - Method in class org.jooby.quartz.Quartz
Schedule the provided job and trigger.
C O Q S W 
Skip navigation links

Copyright © 2018. All rights reserved.