Package io.temporal.internal.replay
Class QueryResult
- java.lang.Object
-
- io.temporal.internal.replay.QueryResult
-
public class QueryResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description QueryResult(java.util.Optional<io.temporal.api.common.v1.Payloads> responsePayloads, boolean workflowMethodCompleted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<io.temporal.api.common.v1.Payloads>
getResponsePayloads()
boolean
isWorkflowMethodCompleted()
-