| Package | Description |
|---|---|
| com.devebot.opflow |
| Modifier and Type | Method and Description |
|---|---|
OpflowRpcRequest |
OpflowRpcMaster.request(String routineId,
byte[] content,
Map<String,Object> options) |
OpflowRpcRequest |
OpflowRpcMaster.request(String routineId,
String content,
Map<String,Object> opts) |
| Modifier and Type | Method and Description |
|---|---|
static OpflowRpcResult |
OpflowUtil.exhaustRequest(OpflowRpcRequest request) |
static OpflowRpcResult |
OpflowUtil.exhaustRequest(OpflowRpcRequest request,
boolean includeProgress) |
static List<OpflowMessage> |
OpflowUtil.iterateRequest(OpflowRpcRequest request) |
| Constructor and Description |
|---|
TimeoutMonitor(Map<String,OpflowRpcRequest> tasks) |
TimeoutMonitor(Map<String,OpflowRpcRequest> tasks,
int interval,
long timeout,
String monitorId) |
Copyright © 2017. All rights reserved.