public class GuiceJobFactory
extends java.lang.Object
implements org.quartz.spi.JobFactory
Modifier and Type | Field and Description |
---|---|
com.google.inject.Injector |
guice |
Constructor and Description |
---|
GuiceJobFactory(com.google.inject.Injector guice) |
Modifier and Type | Method and Description |
---|---|
org.quartz.Job |
newJob(org.quartz.spi.TriggerFiredBundle bundle,
org.quartz.Scheduler scheduler) |