Package 

Class ThrottlingProducer

  • All Implemented Interfaces:
    com.facebook.imagepipeline.producers.Producer

    
    public class ThrottlingProducer<T>
     implements Producer<T>
                        

    Only permits a configurable number of requests to be kicked off simultaneously. If that number is exceeded, then requests are queued up and kicked off once other requests complete.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String PRODUCER_NAME
    • Method Summary

      Modifier and Type Method Description
      void produceResults(Consumer<T> consumer, ProducerContext producerContext)
      • Methods inherited from class com.facebook.imagepipeline.producers.Producer

        produceResults
      • Methods inherited from class java.lang.Object

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