| Package | Description |
|---|---|
| org.mule.runtime.core.internal.streaming.object.iterator |
| Modifier and Type | Class and Description |
|---|---|
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 |
QueueProducer<T>
|
| Modifier and Type | Field and Description |
|---|---|
protected Producer<P> |
AbstractConsumer.producer |
| Constructor and Description |
|---|
AbstractConsumer(Producer<P> producer) |
CompositeProducer(Producer<T>... producers) |
ListConsumer(Producer<List<T>> producer) |
SimpleConsumer(Producer<T> producer) |
| Constructor and Description |
|---|
CompositeProducer(List<Producer<T>> producers)
Takes a list of producers to be composited.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.