Consumers: Configuration¶
This page mirrors the Configuration section from Consumers.
WithTimeout¶
Source file, signature, and docstring
Member
ConsumerBuilder.WithTimeout(int timeoutMs)
Kind function
Declaring Type ConsumerBuilder
Source File QaaS.Runner.Sessions/Actions/Consumers/Builders/ConsumerBuilderLogic.cs
Signature
Docstring
Configures timeout on the current Runner consumer builder instance.
Use this method when working with the documented Runner consumer builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
WithDeserializer¶
Source file, signature, and docstring
Member
ConsumerBuilder.WithDeserializer(DeserializeConfig deserializeConfig)
Kind function
Declaring Type ConsumerBuilder
Source File QaaS.Runner.Sessions/Actions/Consumers/Builders/ConsumerBuilderLogic.cs
Signature
Docstring
Sets the deserializer configuration used by the current Runner consumer builder instance.
Use this method when working with the documented Runner consumer builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.