Table of Contents

Class SlotSupplier

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.

Pre-built slot suppliers are available as FixedSizeSlotSupplier and ResourceBasedSlotSupplier.

In order to implement your own slot supplier, you can extend the CustomSlotSupplier class.

public abstract class SlotSupplier
Inheritance
SlotSupplier
Derived
Inherited Members