Class WorkflowClientCallsInterceptor.QueryOutput<R>

  • Enclosing interface:
    WorkflowClientCallsInterceptor

    public static final class WorkflowClientCallsInterceptor.QueryOutput<R>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryOutput​(io.temporal.api.enums.v1.WorkflowExecutionStatus queryRejectedStatus, R result)  
    • Constructor Detail

      • QueryOutput

        public QueryOutput​(io.temporal.api.enums.v1.WorkflowExecutionStatus queryRejectedStatus,
                           R result)
        Parameters:
        queryRejectedStatus - should be null if query is not rejected
        result - converted result value
    • Method Detail

      • isQueryRejected

        public boolean isQueryRejected()
      • getQueryRejectedStatus

        public io.temporal.api.enums.v1.WorkflowExecutionStatus getQueryRejectedStatus()
      • getResult

        public R getResult()