Uses of Interface
org.mule.streaming.Consumer

Packages that use Consumer
org.mule.streaming   
 

Uses of Consumer in org.mule.streaming
 

Classes in org.mule.streaming that implement Consumer
 class AbstractConsumer<T,P>
          Base implementation of Consumer.
 class ListConsumer<T>
          Implementation of Consumer that obains a List from a Producer and returns the elements one by one.
 class SimpleConsumer<T>
          Basic implementation of Consumer that simply returns the objects returned by the underlying Producer
 

Constructors in org.mule.streaming with parameters of type Consumer
ConsumerIterator(Consumer<T> consumer)
           
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.