public class QueueUtils
extends java.lang.Object
| Constructor and Description |
|---|
QueueUtils() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
constructObjectMapper()
Construct standard objectmapper to use within the DynoQueue instances to read/write Message objects
|
static <R> R |
execute(java.lang.String opName,
java.lang.String keyName,
java.util.concurrent.Callable<R> r)
Execute function with retries if required
|
public static <R> R execute(java.lang.String opName,
java.lang.String keyName,
java.util.concurrent.Callable<R> r)
R - opName - keyName - r - public static com.fasterxml.jackson.databind.ObjectMapper constructObjectMapper()