Crate azure_functions_durable

Source
Expand description

§Durable Functions HTTP client for Rust.

Structs§

Client
Represents the Durable Functions HTTP client.
Endpoint
Represents a Durable Functions HTTP API endpoint.
OrchestrationData
Represents new orchestration data.
OrchestrationHistoryEvent
Represents an orchestration history event.
OrchestrationStatus
Represents an orchestration’s status.

Enums§

ClientError
Represents a Durable Functions HTTP client error.
OrchestrationRuntimeStatus
Represents the runtime status of an orchestration.

Type Aliases§

Result
The result type for the Durable Functions HTTP client.