All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static <T> boolean |
arrayContains(T[] array,
T v) |
static String |
buildJson(OpflowUtil.MapListener listener) |
static Map<String,Object> |
buildOptions(OpflowUtil.MapListener listener) |
static Map<String,Object> |
buildOptions(OpflowUtil.MapListener listener,
Map<String,Object> defaultOpts) |
static Map<String,Object> |
cloneParameters(Map<String,Object> params) |
static Map<String,Object> |
ensureNotNull(Map<String,Object> opts) |
static OpflowRpcResult |
exhaustRequest(OpflowRpcRequest request) |
static OpflowRpcResult |
exhaustRequest(OpflowRpcRequest request,
boolean includeProgress) |
static byte[] |
getBytes(String data) |
static long |
getCurrentTime() |
static Map<String,Object> |
getHeaders(com.rabbitmq.client.AMQP.BasicProperties properties) |
static String |
getMessageField(OpflowMessage message,
String fieldName) |
static String |
getRequestID(Map<String,Object> headers) |
static String |
getStatus(OpflowMessage message) |
static String |
getString(byte[] data) |
static String |
getUUID() |
static List<OpflowMessage> |
iterateRequest(OpflowRpcRequest request) |
static String[] |
splitByComma(String source) |