We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb41145 commit cdd2c1cCopy full SHA for cdd2c1c
1 file changed
temporal-sdk/src/main/java/io/temporal/worker/tuning/SlotSupplier.java
@@ -37,7 +37,7 @@
37
public interface SlotSupplier<SI extends SlotInfo> {
38
/**
39
* This function is called before polling for new tasks. Your implementation should return a
40
- * Promise that is completed with a {@link SlotPermit} when one becomes available.
+ * future that is completed with a {@link SlotPermit} when one becomes available.
41
*
42
* <p>These futures may be cancelled if the worker is shutting down or otherwise abandons the
43
* reservation. This can cause an {@link InterruptedException} to be thrown, in the thread running
0 commit comments