Interface AsyncObserver<O extends Observation>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void observeAsync​(java.util.concurrent.CompletableFuture<O> futureObservation)  
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Method Detail

      • observeAsync

        void observeAsync​(java.util.concurrent.CompletableFuture<O> futureObservation)