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 f29a274 commit c5ea8bdCopy full SHA for c5ea8bd
1 file changed
src/main/java/io/weaviate/client6/v1/api/collections/batch/Event.java
@@ -5,7 +5,6 @@
5
import java.util.Collection;
6
import java.util.List;
7
import java.util.Map;
8
-import java.util.OptionalInt;
9
10
import io.grpc.Status;
11
import io.weaviate.client6.v1.api.collections.batch.Event.Acks;
@@ -26,11 +25,8 @@ sealed interface Event
26
25
27
/**
28
* The server has acknowledged our Start message and is ready to receive data.
29
- *
30
- * @param reconnectAfterSeconds Delay in seconds after which
31
- * the stream should be renewed.
32
*/
33
- record Started(OptionalInt reconnectAfterSeconds) implements Event {
+ record Started() implements Event {
34
}
35
36
0 commit comments