Available on crate feature
client
only.Expand description
Runtime components used to make a request and handle a response.
Runtime components are trait implementations that are always used by the orchestrator.
There are other trait implementations that can be configured for a client, but if they
aren’t directly and always used by the orchestrator, then they are placed in the
ConfigBag
instead of in RuntimeComponents
.
Structs§
- An error that occurs when building runtime components.
- Components that can only be set in runtime plugins that the orchestrator uses directly to call an operation.
- Builder for
RuntimeComponents
. - A client config validator.
- Time-related subset of components that can be extracted directly from
RuntimeComponentsBuilder
prior to validation.
Traits§
- A trait for retrieving a shared identity resolver.