public class UnlockSampleQueuesRedisCommand
extends java.lang.Object
implements org.swisspush.gateleen.core.lua.RedisCommand
| Constructor and Description |
|---|
UnlockSampleQueuesRedisCommand(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.util.List<java.lang.String>> future) |
| Modifier and Type | Method and Description |
|---|---|
void |
exec(int executionCounter) |
public UnlockSampleQueuesRedisCommand(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.util.List<java.lang.String>> future)