Package io.temporal.worker.tuning
Class SlotReleaseReason.TaskComplete
- java.lang.Object
-
- io.temporal.worker.tuning.SlotReleaseReason
-
- io.temporal.worker.tuning.SlotReleaseReason.TaskComplete
-
- Enclosing class:
- SlotReleaseReason
public static class SlotReleaseReason.TaskComplete extends SlotReleaseReason
The slot was released because the task was completed (regardless of status).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.temporal.worker.tuning.SlotReleaseReason
SlotReleaseReason.Error, SlotReleaseReason.NeverUsed, SlotReleaseReason.TaskComplete, SlotReleaseReason.WillRetry
-
-
Constructor Summary
Constructors Constructor Description TaskComplete()
-
Method Summary
-
Methods inherited from class io.temporal.worker.tuning.SlotReleaseReason
error, getException, isError, neverUsed, taskComplete, willRetry
-
-