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[] content) |
OpflowRpcRequest |
request(String routineId,
byte[] content,
Map<String,Object> options) |
OpflowRpcRequest |
request(String routineId,
String content) |
OpflowRpcRequest |
request(String routineId,
String content,
Map<String,Object> opts) |
public OpflowRpcMaster(Map<String,Object> params) throws OpflowConstructorException
OpflowConstructorExceptionpublic OpflowRpcRequest request(String routineId, String content)
public OpflowRpcRequest request(String routineId, byte[] content)
public OpflowRpcRequest request(String routineId, byte[] content, Map<String,Object> options)
public OpflowRpcMaster.State check()
public void close()
public OpflowExecutor getExecutor()
public String getResponseName()
Copyright © 2017. All rights reserved.