Package org.swisspush.gateleen.scheduler
Class SchedulerFactory
- java.lang.Object
-
- org.swisspush.gateleen.scheduler.SchedulerFactory
-
public class SchedulerFactory extends Object
SchedulerFactory is used to create scheduler objects from their text representation.- Author:
- https://github.com/mcweba [Marc-Andre Weber]
-
-
Constructor Summary
Constructors Constructor Description SchedulerFactory(Map<String,Object> properties, Map<String,String> defaultRequestHeaders, io.vertx.core.Vertx vertx, io.vertx.redis.client.RedisAPI redisAPI, org.swisspush.gateleen.monitoring.MonitoringHandler monitoringHandler, String schedulersSchema, String redisquesAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Scheduler>parseSchedulers(io.vertx.core.buffer.Buffer buffer)
-
-
-
Constructor Detail
-
SchedulerFactory
public SchedulerFactory(Map<String,Object> properties, Map<String,String> defaultRequestHeaders, io.vertx.core.Vertx vertx, io.vertx.redis.client.RedisAPI redisAPI, org.swisspush.gateleen.monitoring.MonitoringHandler monitoringHandler, String schedulersSchema, String redisquesAddress)
-
-