Skip to content

Publishers: Inspection

This page mirrors the Inspection section from Publishers.

ReadPolicies

Source file, signature, and docstring

Member PublisherBuilder.ReadPolicies()

Kind function

Declaring Type PublisherBuilder

Source File QaaS.Runner.Sessions/Actions/Publishers/Builders/PublisherBuilderLogic.cs

Signature

public IReadOnlyList<PolicyBuilder> ReadPolicies()

Docstring

Returns the configured policies currently stored on the Runner publisher builder instance.

Use this method when working with the documented Runner publisher 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 PublisherBuilder.ReadConfiguration()

Kind function

Declaring Type PublisherBuilder

Source File QaaS.Runner.Sessions/Actions/Publishers/Builders/PublisherBuilderLogic.cs

Signature

public ISenderConfig? ReadConfiguration()

Docstring

Returns the configuration currently stored on the Runner publisher builder instance.

Use this method when working with the documented Runner publisher builder API surface in code. Use it to inspect the current configured state without rebuilding the surrounding collection or runtime object graph.