Class CustomRedisMonitor
- java.lang.Object
-
- org.swisspush.gateleen.monitoring.RedisMonitor
-
- org.swisspush.gateleen.monitoring.CustomRedisMonitor
-
public class CustomRedisMonitor extends RedisMonitor
Deprecated.Extend theRedisMonitorin your client source code- Author:
- https://github.com/lbovet [Laurent Bovet] 19.09.2014
-
-
Constructor Summary
Constructors Constructor Description CustomRedisMonitor(io.vertx.core.Vertx vertx, io.vertx.redis.client.RedisAPI redisAPI, String name, String restStoragePrefix, int period)Deprecated.
-