Module runtime_components

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

BuildError
An error that occurs when building runtime components.
RuntimeComponents
Components that can only be set in runtime plugins that the orchestrator uses directly to call an operation.
RuntimeComponentsBuilder
Builder for RuntimeComponents.
SharedConfigValidator
A client config validator.
TimeComponents
Time-related subset of components that can be extracted directly from RuntimeComponentsBuilder prior to validation.

Traits§

GetIdentityResolver
A trait for retrieving a shared identity resolver.