Table of Contents

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.

SlotSupplier ActivityTaskSlotSupplier { get; }

Property Value

SlotSupplier

A slot supplier for activity tasks.

LocalActivitySlotSupplier

Gets a slot supplier for local activities.

SlotSupplier LocalActivitySlotSupplier { get; }

Property Value

SlotSupplier

A slot supplier for local activities.

WorkflowTaskSlotSupplier

Gets a slot supplier for workflow tasks.

SlotSupplier WorkflowTaskSlotSupplier { get; }

Property Value

SlotSupplier

A slot supplier for workflow tasks.