Uses of Interface
com.ldodds.slug.framework.Consumer

Packages that use Consumer
com.ldodds.slug.framework   
com.ldodds.slug.http   
 

Uses of Consumer in com.ldodds.slug.framework
 

Classes in com.ldodds.slug.framework that implement Consumer
 class DelegatingConsumerImpl
           Implementation of the Consumer interface that supports delegating processing of work item results to a List of Consumers.
 

Methods in com.ldodds.slug.framework with parameters of type Consumer
 void DelegatingConsumerImpl.addConsumer(Consumer consumer)
           
 void Producer.setConsumer(Consumer consumer)
           
 void ProducerWorkerImpl.setConsumer(Consumer consumer)
           
 

Uses of Consumer in com.ldodds.slug.http
 

Classes in com.ldodds.slug.http that implement Consumer
 class AbstractResponseStorer
           
 class PersistentResponseStorer
           
 class RDFConsumer
           
 class ResponseStorer
          Saves stuff to disk.
 

Methods in com.ldodds.slug.http with parameters of type Consumer
 void URLRetrievalWorkerFactory.setConsumer(Consumer consumer)