Class WorkflowClientCallsInterceptor.GetResultOutput<R>

  • Enclosing interface:
    WorkflowClientCallsInterceptor

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

      Constructors 
      Constructor Description
      GetResultOutput​(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

      • GetResultOutput

        public GetResultOutput​(R result)
    • Method Detail

      • getResult

        public R getResult()