Class WorkflowComponentBundle.Method<REQ,​RES>

  • Enclosing class:
    WorkflowComponentBundle

    public static class WorkflowComponentBundle.Method<REQ,​RES>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      dev.restate.sdk.dynrpc.JavaComponent.HandlerSignature<REQ,​RES> getMethodSignature()  
      RES run​(dev.restate.sdk.Context ctx, REQ req)  
      • Methods inherited from class java.lang.Object

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

      • getMethodSignature

        public dev.restate.sdk.dynrpc.JavaComponent.HandlerSignature<REQ,​RES> getMethodSignature()
      • run

        public RES run​(dev.restate.sdk.Context ctx,
                       REQ req)