Expand description
Module for Durable Functions types.
Structs§
- Action
Future - Future returned by various
DurableOrchestrationContext
functions. - Activity
Output - Represents the output of a Durable Functions activity function.
- JoinAll
- Future for the
DurableOrchestrationContext::join_all
function. - 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_all
function.
Traits§
- Orchestration
Future - Represents a Future returned by the orchestration context.