public class OpflowRpcMaster extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
OpflowRpcMaster.State |
| Constructor and Description |
|---|
OpflowRpcMaster(Map<String,Object> params) |
| Modifier and Type | Method and Description |
|---|---|
OpflowRpcMaster.State |
check() |
void |
close() |
OpflowExecutor |
getExecutor() |
String |
getResponseName() |
OpflowRpcRequest |
request(String routineId,
byte[] body) |
OpflowRpcRequest |
request(String routineId,
byte[] body,
Map<String,Object> options) |
OpflowRpcRequest |
request(String routineId,
String body) |
OpflowRpcRequest |
request(String routineId,
String body,
Map<String,Object> options) |
public OpflowRpcMaster(Map<String,Object> params) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic OpflowRpcRequest request(String routineId, String body)
public OpflowRpcRequest request(String routineId, byte[] body)
public OpflowRpcRequest request(String routineId, byte[] body, Map<String,Object> options)
public OpflowRpcMaster.State check()
public void close()
public OpflowExecutor getExecutor()
public String getResponseName()
Copyright © 2017. All rights reserved.