Expand description
Module for Durable Functions types.
Structs§
- Action
Future - Future returned by various
DurableOrchestrationContextfunctions. - Activity
Output - Represents the output of a Durable Functions activity function.
- JoinAll
- Future for the
DurableOrchestrationContext::join_allfunction. - Orchestration
Output - Represents the output of a Durable Functions orchestration function.
- Retry
Options - Defines retry policies that can be passed as parameters to various Durable Functions operations.
- Select
All - Future for the
DurableOrchestrationContext::select_allfunction.
Traits§
- Orchestration
Future - Represents a Future returned by the orchestration context.