Uses of Interface
org.mule.streaming.ProvidesTotalHint

Packages that use ProvidesTotalHint
org.mule.streaming   
 

Uses of ProvidesTotalHint in org.mule.streaming
 

Subinterfaces of ProvidesTotalHint in org.mule.streaming
 interface Consumer<T>
          General interface for components able to consume data from any specific resource or stream, following the Producer-Consumer design pattern.
 interface Producer<T>
          A producer implementation that follows the idea of the Producer-Consumer design pattern.
 

Classes in org.mule.streaming that implement ProvidesTotalHint
 class AbstractConsumer<T,P>
          Base implementation of Consumer.
 class CompositeProducer<T>
          Implementation of Producer to expose streams from several producers as a single data feed.
 class ConsumerIterator<T>
          Implementation of Iterator that takes its elements from a Consumer .
 class ListableObjectStoreProducer<T extends Serializable>
          Implementation of Producer to stream the contents of a ListableObjectStore
 class ListConsumer<T>
          Implementation of Consumer that obains a List from a Producer and returns the elements one by one.
 class PagingDelegateProducer<T>
          Implementation of Producer that uses an instance of PagingDelegate to get its results
 class QueueProducer<T>
          Implementation of Producer to stream the contents of a Queue A polling timeout value might be specified, otherwise the default value of 5000 milliseconds will be assumed
 class SimpleConsumer<T>
          Basic implementation of Consumer that simply returns the objects returned by the underlying Producer
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.