Uses of Class
org.swisspush.gateleen.queue.queuing.RedisquesAPI.QueueOperation
-
Packages that use RedisquesAPI.QueueOperation Package Description org.swisspush.gateleen.queue.queuing -
-
Uses of RedisquesAPI.QueueOperation in org.swisspush.gateleen.queue.queuing
Methods in org.swisspush.gateleen.queue.queuing that return RedisquesAPI.QueueOperation Modifier and Type Method Description static RedisquesAPI.QueueOperationRedisquesAPI.QueueOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static RedisquesAPI.QueueOperation[]RedisquesAPI.QueueOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.swisspush.gateleen.queue.queuing with parameters of type RedisquesAPI.QueueOperation Modifier and Type Method Description static io.vertx.core.json.JsonObjectRedisquesAPI. buildOperation(RedisquesAPI.QueueOperation queueOperation)Deprecated.static io.vertx.core.json.JsonObjectRedisquesAPI. buildOperation(RedisquesAPI.QueueOperation queueOperation, io.vertx.core.json.JsonObject payload)Deprecated.
-