Package 

Interface ProducerContextCallbacks

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onCancellationRequested() Method that is called when a client cancels the request.
      abstract Unit onIsPrefetchChanged() Method that is called when a request is no longer a prefetch, or vice versa.
      abstract Unit onIsIntermediateResultExpectedChanged() Method that is called when intermediate results start or stop being expected.
      abstract Unit onPriorityChanged() Method that is called when the priority of the request changes.
      • Methods inherited from class java.lang.Object

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