Class WorkflowClientCallsInterceptor.StartUpdateOutput<R>

  • Enclosing interface:
    WorkflowClientCallsInterceptor

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

      Constructors 
      Constructor Description
      StartUpdateOutput​(io.temporal.api.update.v1.UpdateRef reference, boolean hasResult, R result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.temporal.api.update.v1.UpdateRef getReference()  
      R getResult()  
      boolean hasResult()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StartUpdateOutput

        public StartUpdateOutput​(io.temporal.api.update.v1.UpdateRef reference,
                                 boolean hasResult,
                                 R result)
    • Method Detail

      • getReference

        public io.temporal.api.update.v1.UpdateRef getReference()
      • hasResult

        public boolean hasResult()
      • getResult

        public R getResult()