Class NoopTransportObserver.NoopReadObserver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void itemRead()
      Invokes when a new item is read.
      void readCancelled()
      Callback when the read operation is cancelled.
      void readComplete()
      Callback when the entire read operation completes successfully.
      void readFailed​(java.lang.Throwable cause)
      Callback when the read operation fails with an error.
      void requestedToRead​(long n)
      Callback when new items are requested to read.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait