Class WorkflowRestate
- java.lang.Object
-
- dev.restate.sdk.workflow.template.generated.WorkflowRestate
-
public class WorkflowRestate extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkflowRestate.WorkflowRestateClientstatic classWorkflowRestate.WorkflowRestateDelayedClientstatic classWorkflowRestate.WorkflowRestateImplBasestatic classWorkflowRestate.WorkflowRestateOneWayClient
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WorkflowRestate.WorkflowRestateClientnewClient(dev.restate.sdk.Context ctx)Create a new client from the givenObjectContext.
-
-
-
Method Detail
-
newClient
public static WorkflowRestate.WorkflowRestateClient newClient(dev.restate.sdk.Context ctx)
Create a new client from the givenObjectContext.
-
-