Expand description
The client orchestrator implementation
Re-exports§
- pub use auth::AuthSchemeAndEndpointOrchestrationV2;
Modules§
- endpoints
- Defines types that implement a trait for endpoint resolution
- operation
- Utility for making one-off unmodeled requests with the orchestrator.
Enums§
- StopPoint 
- 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.