Class 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 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)
    • Method Detail

      • parseSchedulers

        public List<Scheduler> parseSchedulers​(io.vertx.core.buffer.Buffer buffer)
                                        throws org.swisspush.gateleen.validation.ValidationException
        Throws:
        org.swisspush.gateleen.validation.ValidationException