- of(Object) - Static method in class io.reactivex.remote.RemoteObservables
-
- onClosed() - Method in class io.reactivex.remote.RemoteEventController
-
Override this to know when the client closed the remote observable.
- onClosed() - Method in class io.reactivex.remote.RemoteObservableListener
-
Override this to know when the client closed the remote observable.
- onCompleted() - Method in class io.reactivex.remote.RemoteObservables
-
Notify all clients that this observable has completed
- onData(T) - Method in interface io.reactivex.remote.RemoteDataListener
-
Called when a data update is received
- onError(Exception) - Method in class io.reactivex.remote.RemoteObservables
-
Notify all clients of error
- onNext(T) - Method in class io.reactivex.remote.RemoteObservables
-
- onSubscribed() - Method in class io.reactivex.remote.RemoteEventController
-
Override this to know when first client subscribed to the observable
- onSubscribed() - Method in class io.reactivex.remote.RemoteObservableListener
-
Override this to know when first client subscribed to the observable
- onUnsubscribe() - Method in class io.reactivex.remote.RemoteObservableListener
-
Called when ALL clients have unsubscribed.
- onUnSubscribed() - Method in class io.reactivex.remote.RemoteEventController
-
Override this to know when ALL clients have unsubscribed.