Consumers: Inspection¶
This page mirrors the Inspection section from Consumers.
ReadPolicies¶
Source file, signature, and docstring
Member
ConsumerBuilder.ReadPolicies()
Kind function
Declaring Type ConsumerBuilder
Source File QaaS.Runner.Sessions/Actions/Consumers/Builders/ConsumerBuilderLogic.cs
Signature
Docstring
Returns the configured policies currently stored on the Runner consumer builder instance.
Use this method when working with the documented Runner consumer builder API surface in code. Use it to inspect the current configured state without rebuilding the surrounding collection or runtime object graph.
ReadConfiguration¶
Source file, signature, and docstring
Member
ConsumerBuilder.ReadConfiguration()
Kind function
Declaring Type ConsumerBuilder
Source File QaaS.Runner.Sessions/Actions/Consumers/Builders/ConsumerBuilderLogic.cs
Signature
Docstring
Returns the configuration currently stored on the Runner consumer builder instance.
Use this method when working with the documented Runner consumer builder API surface in code. Use it to inspect the current configured state without rebuilding the surrounding collection or runtime object graph.