mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +00:00
Update kdoc of flowSafeSubscribe
This commit is contained in:
parent
d5facae178
commit
5f939661ec
@ -95,7 +95,7 @@ class OnNextFailedException(message: String, cause: Throwable) : OnErrorNotImple
|
||||
* 1. Declare a custom SafeSubscriber extending [SafeSubscriber].
|
||||
* 2. Wrap with the custom SafeSubscriber the [rx.Observer] to be subscribed to the source [Observable].
|
||||
* 3. Call [Observable.flowSafeSubscribe] with [strictMode] = false
|
||||
* 4. Subscribe passing in as argument the custom SafeSubscriber.
|
||||
* 4. Subscribe to the returned [Observable] passing in as argument the custom SafeSubscriber.
|
||||
*/
|
||||
fun <T> Observable<T>.flowSafeSubscribe(strictMode: Boolean = false): Observable<T> {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user