|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Producer | |
|---|---|
| org.mule.streaming | |
| Uses of Producer in org.mule.streaming |
|---|
| Classes in org.mule.streaming that implement Producer | |
|---|---|
class |
CompositeProducer<T>
Implementation of Producer to expose streams from several producers as a
single data feed. |
class |
ListableObjectStoreProducer<T extends Serializable>
Implementation of Producer to stream the contents of a
ListableObjectStore |
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 |
| Fields in org.mule.streaming declared as Producer | |
|---|---|
protected Producer<P> |
AbstractConsumer.producer
|
| Constructors in org.mule.streaming with parameters of type Producer | |
|---|---|
AbstractConsumer(Producer<P> producer)
|
|
CompositeProducer(Producer<T>... producers)
|
|
ListConsumer(Producer<List<T>> producer)
|
|
SimpleConsumer(Producer<T> producer)
|
|
| Constructor parameters in org.mule.streaming with type arguments of type Producer | |
|---|---|
CompositeProducer(List<Producer<T>> producers)
Takes a list of producers to be composited. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||