Expand description

Runtime plugin type definitions.

Runtime plugins are used to extend the runtime with custom behavior. This can include:

  • Registering interceptors
  • Registering auth schemes
  • Adding entries to the ConfigBag for orchestration
  • Setting runtime components

Runtime plugins are divided into service/operation “levels”, with service runtime plugins executing before operation runtime plugins. Runtime plugins configured in a service config will always be at the service level, while runtime plugins added during operation customization will be at the operation level. Custom runtime plugins will always run after the default runtime plugins within their level.

Structs

Enums

  • Runtime plugin ordering.

Traits