Class StartQueueTimerRedisCommand

  • All Implemented Interfaces:
    org.swisspush.gateleen.core.lua.RedisCommand

    public class StartQueueTimerRedisCommand
    extends Object
    implements org.swisspush.gateleen.core.lua.RedisCommand
    Author:
    https://github.com/mcweba [Marc-Andre Weber]
    • Constructor Detail

      • StartQueueTimerRedisCommand

        public StartQueueTimerRedisCommand​(org.swisspush.gateleen.core.lua.LuaScriptState luaScriptState,
                                           List<String> keys,
                                           List<String> arguments,
                                           org.swisspush.gateleen.core.redis.RedisProvider redisProvider,
                                           org.slf4j.Logger log,
                                           io.vertx.core.Promise<Boolean> promise)
    • Method Detail

      • exec

        public void exec​(int executionCounter)
        Specified by:
        exec in interface org.swisspush.gateleen.core.lua.RedisCommand