Package io.mangoo.scheduler
Class SchedulerFactory
- java.lang.Object
-
- io.mangoo.scheduler.SchedulerFactory
-
- All Implemented Interfaces:
org.quartz.spi.JobFactory
public class SchedulerFactory extends Object implements org.quartz.spi.JobFactory
Factory method for passing Scheduler job instance to the Google Guice injector- Author:
- svenkubiak
-
-
Constructor Summary
Constructors Constructor Description SchedulerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.quartz.JobnewJob(org.quartz.spi.TriggerFiredBundle triggerFiredBundle, org.quartz.Scheduler scheduler)
-