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§
- Build
Error - An error that occurs when building runtime components.
- Runtime
Components - Components that can only be set in runtime plugins that the orchestrator uses directly to call an operation.
- Runtime
Components Builder - Builder for
RuntimeComponents
. - Shared
Config Validator - A client config validator.
- Time
Components - Time-related subset of components that can be extracted directly from
RuntimeComponentsBuilder
prior to validation.
Traits§
- GetIdentity
Resolver - A trait for retrieving a shared identity resolver.