Package io.temporal.worker.tuning
Class SlotReleaseReason.WillRetry
- java.lang.Object
-
- io.temporal.worker.tuning.SlotReleaseReason
-
- io.temporal.worker.tuning.SlotReleaseReason.WillRetry
-
- Enclosing class:
- SlotReleaseReason
public static class SlotReleaseReason.WillRetry extends SlotReleaseReason
The slot was released because the task will be retried.
-
-
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 WillRetry()
-
Method Summary
-
Methods inherited from class io.temporal.worker.tuning.SlotReleaseReason
error, getException, isError, neverUsed, taskComplete, willRetry
-
-