Publishers: General¶
This page mirrors the General section from Publishers.
FilterData¶
Source file, signature, and docstring
Member
PublisherBuilder.FilterData(DataFilter dataFilter)
Kind function
Declaring Type PublisherBuilder
Source File QaaS.Runner.Sessions/Actions/Publishers/Builders/PublisherBuilderLogic.cs
Signature
Docstring
Sets the data filter used by the current Runner publisher builder instance.
Use this method when working with the documented Runner publisher builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
InLoops¶
Source file, signature, and docstring
Member
PublisherBuilder.InLoops()
Kind function
Declaring Type PublisherBuilder
Source File QaaS.Runner.Sessions/Actions/Publishers/Builders/PublisherBuilderLogic.cs
Signature
Docstring
Marks the transaction to execute continuously in loop mode.
Use this method when working with the documented Runner publisher builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
Configure¶
Source file, signature, and docstring
Member
PublisherBuilder.Configure(ISenderConfig config)
Kind function
Declaring Type PublisherBuilder
Source File QaaS.Runner.Sessions/Actions/Publishers/Builders/PublisherBuilderLogic.cs
Signature
Docstring
Sets 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. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.