We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c675de commit e913370Copy full SHA for e913370
client/src/main/java/io/dapr/durabletask/TaskOptions.java
@@ -9,7 +9,7 @@ public final class TaskOptions {
9
private final RetryPolicy retryPolicy;
10
private final RetryHandler retryHandler;
11
12
- private TaskOptions(RetryPolicy retryPolicy, RetryHandler retryHandler) {
+ public TaskOptions(RetryPolicy retryPolicy, RetryHandler retryHandler) {
13
this.retryPolicy = retryPolicy;
14
this.retryHandler = retryHandler;
15
}
0 commit comments