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 23ce3db commit e5c9354Copy full SHA for e5c9354
server/src/main/java/com/hedera/block/server/consumer/LiveStreamObserver.java
@@ -27,7 +27,8 @@
27
* @param <U> the type of the block
28
* @param <V> the type of the StreamObserver
29
*/
30
-public interface LiveStreamObserver<U, V> extends StreamObserver<V> {
+public interface LiveStreamObserver<U, V>
31
+ extends StreamObserver<V> {
32
33
/**
34
* Pass the block to the observer.
0 commit comments