Uses of Class
io.dapr.workflows.runtime.WorkflowRuntimeBuilder
-
Packages that use WorkflowRuntimeBuilder Package Description io.dapr.workflows.runtime -
-
Uses of WorkflowRuntimeBuilder in io.dapr.workflows.runtime
Methods in io.dapr.workflows.runtime that return WorkflowRuntimeBuilder Modifier and Type Method Description <T extends Workflow>
WorkflowRuntimeBuilderWorkflowRuntimeBuilder. registerWorkflow(Class<T> clazz)
Registers a Workflow object.
-