Class Observers


  • public final class Observers
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Observers.Builder<V>  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> Observers.Builder<T> builder()  
      static <V> io.grpc.stub.StreamObserver<V> observer​(java.util.function.Consumer<V> onNext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • observer

        public static <V> io.grpc.stub.StreamObserver<V> observer​(java.util.function.Consumer<V> onNext)