|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of data being passedpublic interface Source<T>
A push-based data source which passes data to a downstream sink
| Method Summary | |
|---|---|
void |
writeTo(Sink<T> sink)
Pushes this source's data into a given sink |
| Method Detail |
|---|
void writeTo(Sink<T> sink)
throws RippleException
sink - the downstream sink to receive the data in this source
RippleException - if a data handling error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||