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 a7abd05 commit e48cda1Copy full SHA for e48cda1
driver-core/src/main/com/mongodb/client/model/changestream/SplitEvent.java
@@ -35,6 +35,10 @@ public final class SplitEvent {
35
private final int fragment;
36
private final int of;
37
38
+ /**
39
+ * @param fragment the fragment number
40
+ * @param of the total number of fragments
41
+ */
42
@BsonCreator
43
public SplitEvent(
44
@BsonProperty("fragment") final int fragment,
0 commit comments