getObservable

abstract fun getObservable(startIndex: Long = 0): Observable<TEntity>

Provides an observable stream of elements.

Return

A cold observable. HTTP communication only starts once Observable.subscribe is invoked

Parameters

startIndex

The index of the first element to return in the stream. Use negative values to start counting from the end of the stream.