You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/resolver/grpc/EventStreamObserver.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,14 @@ class EventStreamObserver implements StreamObserver<EventStreamResponse> {
31
31
/**
32
32
* Create a gRPC stream that get notified about flag changes.
33
33
*
34
-
* @param sync synchronization object from caller
35
-
* @param cache cache to update
36
-
* @param onResponse lambda to call to handle the response
34
+
* @param sync synchronization object from caller
35
+
* @param cache cache to update
36
+
* @param onConnectionEvent lambda to call to handle the response
Copy file name to clipboardExpand all lines: providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/storage/connector/grpc/GrpcStreamConnector.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -35,15 +35,12 @@
35
35
"EI_EXPOSE_REP" }, justification = "Random is used to generate a variation & flag configurations require exposing")
Copy file name to clipboardExpand all lines: providers/flagd/src/test/java/dev/openfeature/contrib/providers/flagd/resolver/process/storage/connector/grpc/GrpcStreamConnectorTest.java
0 commit comments