Class UnlockSampleQueuesRedisCommand
- java.lang.Object
-
- org.swisspush.gateleen.queue.queuing.circuitbreaker.lua.UnlockSampleQueuesRedisCommand
-
- All Implemented Interfaces:
org.swisspush.gateleen.core.lua.RedisCommand
public class UnlockSampleQueuesRedisCommand extends java.lang.Object implements org.swisspush.gateleen.core.lua.RedisCommand- Author:
- https://github.com/mcweba [Marc-Andre Weber]
-
-
Constructor Summary
Constructors Constructor 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, org.slf4j.Logger log, io.vertx.core.Future<java.util.List<java.lang.String>> future)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexec(int executionCounter)
-
-
-
Constructor Detail
-
UnlockSampleQueuesRedisCommand
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, org.slf4j.Logger log, io.vertx.core.Future<java.util.List<java.lang.String>> future)
-
-