Skip to content

Commit ab0ca13

Browse files
zsmooreCopilot
andauthored
Update src/main/java/org/dataloader/DataLoaderOptions.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7492d2a commit ab0ca13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/dataloader/DataLoaderOptions.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ public DataLoaderInstrumentation getInstrumentation() {
261261
return instrumentation;
262262
}
263263

264+
/**
265+
* @return the {@link DispatchStrategy} to use for dispatching batch loads
266+
*/
264267
public DispatchStrategy getDispatchStrategy() {
265268
return dispatchStrategy;
266269
}

0 commit comments

Comments
 (0)