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 58af742 commit 6d2db60Copy full SHA for 6d2db60
src/main/java/org/dataloader/DataLoaderOptions.java
@@ -451,6 +451,13 @@ public Builder setInstrumentation(DataLoaderInstrumentation instrumentation) {
451
return this;
452
}
453
454
+ /**
455
+ * Sets in a new {@link DispatchStrategy}
456
+ *
457
+ * @param dispatchStrategy the new {@link DispatchStrategy}
458
459
+ * @return the builder for fluent coding
460
+ */
461
public Builder setDispatchStrategy(DispatchStrategy dispatchStrategy) {
462
this.dispatchStrategy = dispatchStrategy;
463
0 commit comments