public interface DisconnectionRouterOutput
ConnectionOperationQueue should terminate because of a connection error| Modifier and Type | Method and Description |
|---|---|
<T> <any> |
asErrorOnlyObservable()
Function returning an Observable that will only throw error in case of a disconnection (will never emit value)
|
<any> |
asValueOnlyObservable()
Function returning an Observable that will only emit value in case of a disconnection (will never emit an error)
|
<any> asValueOnlyObservable()
<T> <any> asErrorOnlyObservable()
T - the type of returned observable