public class OpflowRpcRequest extends Object implements Iterator, OpflowTask.TimeoutCandidate
| Constructor and Description |
|---|
OpflowRpcRequest(Map<String,Object> options,
OpflowTask.Listener completeListener) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId() |
String |
getRoutineId() |
long |
getTimeout() |
long |
getTimestamp() |
boolean |
hasNext() |
OpflowMessage |
next() |
void |
push(OpflowMessage message) |
void |
raiseTimeout() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic OpflowRpcRequest(Map<String,Object> options, OpflowTask.Listener completeListener)
public String getRequestId()
public String getRoutineId()
public long getTimeout()
getTimeout in interface OpflowTask.TimeoutCandidatepublic long getTimestamp()
getTimestamp in interface OpflowTask.TimeoutCandidatepublic void raiseTimeout()
raiseTimeout in interface OpflowTask.TimeoutCandidatepublic OpflowMessage next()
public void push(OpflowMessage message)
Copyright © 2017. All rights reserved.