Module durable

Source
Expand description

Module for Durable Functions types.

Structs§

ActionFuture
Future returned by various DurableOrchestrationContext functions.
ActivityOutput
Represents the output of a Durable Functions activity function.
JoinAll
Future for the DurableOrchestrationContext::join_all function.
OrchestrationOutput
Represents the output of a Durable Functions orchestration function.
RetryOptions
Defines retry policies that can be passed as parameters to various Durable Functions operations.
SelectAll
Future for the DurableOrchestrationContext::select_all function.

Traits§

OrchestrationFuture
Represents a Future returned by the orchestration context.