Package io.temporal.worker.tuning
Interface SlotMarkUsedContext<SI extends SlotInfo>
-
public interface SlotMarkUsedContext<SI extends SlotInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SI
getSlotInfo()
SlotPermit
getSlotPermit()
-
-
-
Method Detail
-
getSlotInfo
SI getSlotInfo()
- Returns:
- The information associated with the slot that is being marked as used.
-
getSlotPermit
SlotPermit getSlotPermit()
- Returns:
- The previously reserved permit that is being used with this slot.
-
-