Table of Contents

Interface ISlotSupplier

Namespace
Temporalio.Worker.Tuning
Assembly
Temporalio.dll

Slot suppliers control how slots are handed out for workflow and activity tasks as well as local activities when used in conjunction with a WorkerTuner.

Currently you cannot implement your own slot supplier, but you can use the provided FixedSizeSlotSupplier and ResourceBasedSlotSupplier slot suppliers.

public interface ISlotSupplier