Available on crate feature
client
only.Expand description
The client orchestrator implementation
Modules§
- endpoints
- Defines types that implement a trait for endpoint resolution
- operation
- Utility for making one-off unmodeled requests with the orchestrator.
Enums§
- Stop
Point - Allows for returning early at different points during orchestration.
Functions§
- invoke
- Orchestrates the execution of a request and handling of a response.
- invoke_
with_ stop_ point - Same as
invoke
, but allows for returning early at different points during orchestration.