Module orchestrator

Source
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§

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.