public interface StreamSource<R>
BaseStreamStep
when
loading data from an external stream.Modifier and Type | Method and Description |
---|---|
void |
close()
Signals this stream is no longer in use and can clean up
resources.
|
io.reactivex.Observable<R> |
observable()
Returns the rows of data as an iterable.
|
void |
open()
Open the source for loading rows.
|
void |
pause()
Causes the stream to stop accepting new input.
|
void |
resume()
Resumes accepting input if paused, otherwise noop.
|
io.reactivex.Observable<R> observable()
void close()
void pause()
void resume()
void open()
Copyright © 2018 Hitachi Vantara. All rights reserved.