public class ReOpenCircuitRedisCommand
extends java.lang.Object
implements org.swisspush.gateleen.core.lua.RedisCommand
| Constructor and Description |
|---|
ReOpenCircuitRedisCommand(org.swisspush.gateleen.core.lua.LuaScriptState luaScriptState,
java.util.List<java.lang.String> keys,
java.util.List<java.lang.String> arguments,
io.vertx.redis.RedisClient redisClient,
io.vertx.core.logging.Logger log,
io.vertx.core.Future<java.lang.Void> future) |
| Modifier and Type | Method and Description |
|---|---|
void |
exec(int executionCounter) |
public ReOpenCircuitRedisCommand(org.swisspush.gateleen.core.lua.LuaScriptState luaScriptState,
java.util.List<java.lang.String> keys,
java.util.List<java.lang.String> arguments,
io.vertx.redis.RedisClient redisClient,
io.vertx.core.logging.Logger log,
io.vertx.core.Future<java.lang.Void> future)