Package com.devebot.opflow
Class OpflowRpcAmqpResult
java.lang.Object
com.devebot.opflow.OpflowRpcAmqpResult
- All Implemented Interfaces:
Serializable
public class OpflowRpcAmqpResult extends Object implements Serializable
- Author:
- drupalex
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOpflowRpcAmqpResult.Step -
Constructor Summary
Constructors Constructor Description OpflowRpcAmqpResult(String routineSignature, String routineId, String consumerTag, List<OpflowRpcAmqpResult.Step> progress, boolean failed, byte[] error, boolean completed, byte[] value) -
Method Summary
Modifier and Type Method Description StringgetConsumerTag()byte[]getError()StringgetErrorAsString()OpflowRpcAmqpResult.Step[]getProgress()StringgetRoutineId()StringgetRoutineSignature()byte[]getValue()StringgetValueAsString()booleanisCompleted()booleanisFailed()booleanisTimeout()
-
Constructor Details
-
OpflowRpcAmqpResult
public OpflowRpcAmqpResult(String routineSignature, String routineId, String consumerTag, List<OpflowRpcAmqpResult.Step> progress, boolean failed, byte[] error, boolean completed, byte[] value)
-
-
Method Details
-
getRoutineId
-
getRoutineSignature
-
getConsumerTag
-
isTimeout
public boolean isTimeout() -
isFailed
public boolean isFailed() -
getError
public byte[] getError() -
getErrorAsString
-
isCompleted
public boolean isCompleted() -
getValue
public byte[] getValue() -
getValueAsString
-
getProgress
-