Interface IWorkerTuner
- Namespace
- Temporalio.Worker.Tuning
- Assembly
- Temporalio.dll
WorkerTuners allow for the dynamic customization of some aspects of worker configuration.
public interface IWorkerTuner
Properties
ActivityTaskSlotSupplier
Gets a slot supplier for activity tasks.
ISlotSupplier ActivityTaskSlotSupplier { get; }
Property Value
- ISlotSupplier
A slot supplier for activity tasks.
LocalActivitySlotSupplier
Gets a slot supplier for local activities.
ISlotSupplier LocalActivitySlotSupplier { get; }
Property Value
- ISlotSupplier
A slot supplier for local activities.
WorkflowTaskSlotSupplier
Gets a slot supplier for workflow tasks.
ISlotSupplier WorkflowTaskSlotSupplier { get; }
Property Value
- ISlotSupplier
A slot supplier for workflow tasks.