public class SchedulerResourceManager
extends java.lang.Object
implements org.swisspush.gateleen.core.refresh.Refreshable
| Constructor and Description |
|---|
SchedulerResourceManager(io.vertx.core.Vertx vertx,
io.vertx.redis.RedisClient redisClient,
org.swisspush.gateleen.core.storage.ResourceStorage storage,
org.swisspush.gateleen.monitoring.MonitoringHandler monitoringHandler,
java.lang.String schedulersUri) |
SchedulerResourceManager(io.vertx.core.Vertx vertx,
io.vertx.redis.RedisClient redisClient,
org.swisspush.gateleen.core.storage.ResourceStorage storage,
org.swisspush.gateleen.monitoring.MonitoringHandler monitoringHandler,
java.lang.String schedulersUri,
java.util.Map<java.lang.String,java.lang.Object> props) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleSchedulerResource(io.vertx.core.http.HttpServerRequest request) |
void |
refresh() |
public SchedulerResourceManager(io.vertx.core.Vertx vertx,
io.vertx.redis.RedisClient redisClient,
org.swisspush.gateleen.core.storage.ResourceStorage storage,
org.swisspush.gateleen.monitoring.MonitoringHandler monitoringHandler,
java.lang.String schedulersUri)
public SchedulerResourceManager(io.vertx.core.Vertx vertx,
io.vertx.redis.RedisClient redisClient,
org.swisspush.gateleen.core.storage.ResourceStorage storage,
org.swisspush.gateleen.monitoring.MonitoringHandler monitoringHandler,
java.lang.String schedulersUri,
java.util.Map<java.lang.String,java.lang.Object> props)