Class WorkflowClientCallsInterceptor.UpdateOutput<R>

  • Enclosing interface:
    WorkflowClientCallsInterceptor

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

      Constructors 
      Constructor Description
      UpdateOutput​(R result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      R getResult()  
      • Methods inherited from class java.lang.Object

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

      • UpdateOutput

        public UpdateOutput​(R result)
    • Method Detail

      • getResult

        public R getResult()