Uses of Class
io.dapr.workflows.runtime.WorkflowRuntimeBuilder
Packages that use WorkflowRuntimeBuilder
-
Uses of WorkflowRuntimeBuilder in io.dapr.spring.workflows.config
Constructors in io.dapr.spring.workflows.config with parameters of type WorkflowRuntimeBuilderModifierConstructorDescriptionDaprWorkflowsConfiguration
(WorkflowRuntimeBuilder workflowRuntimeBuilder) -
Uses of WorkflowRuntimeBuilder in io.dapr.workflows.runtime
Methods in io.dapr.workflows.runtime that return WorkflowRuntimeBuilderModifier and TypeMethodDescription<T extends WorkflowActivity>
WorkflowRuntimeBuilderWorkflowRuntimeBuilder.registerActivity
(Class<T> clazz) Registers an Activity object.<T extends WorkflowActivity>
WorkflowRuntimeBuilderWorkflowRuntimeBuilder.registerActivity
(T instance) Registers an Activity object.<T extends Workflow>
WorkflowRuntimeBuilderWorkflowRuntimeBuilder.registerWorkflow
(Class<T> clazz) Registers a Workflow object.<T extends Workflow>
WorkflowRuntimeBuilderWorkflowRuntimeBuilder.registerWorkflow
(T instance) Registers a Workflow object.