public class OpflowRpcMaster extends Object
| Constructor and Description |
|---|
OpflowRpcMaster(Map<String,Object> params) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
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 void close()
Copyright © 2017. All rights reserved.