|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Producer<T>
A producer implementation that follows the idea of the Producer-Consumer design pattern. Implementing this interface does not guarantee thread safeness. Check each particular implementation for information about that
| Method Summary | |
|---|---|
T |
produce()
Returns the next available item |
| Methods inherited from interface org.mule.api.Closeable |
|---|
close |
| Methods inherited from interface org.mule.streaming.ProvidesTotalHint |
|---|
size |
| Method Detail |
|---|
T produce()
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||