Class ObservableSourceImpl<K,V>
java.lang.Object
org.aksw.jenax.sparql.datasource.observable.ObservableSourceImpl<K,V>
- All Implemented Interfaces:
ObservableSource<K,V>
A map where values are flowables that are created dynamically for a given key
When the last subscriber unsubscribes from a flowable then the key is automatically removed.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Flowable<V>voidrefreshAll(boolean cancelRunning) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.sparql.datasource.observable.ObservableSource
transformValues
-
Field Details
-
queryToPublisher
-
computeFn
-
-
Constructor Details
-
ObservableSourceImpl
-
-
Method Details
-
observe
- Specified by:
observein interfaceObservableSource<K,V>
-
refreshAll
public void refreshAll(boolean cancelRunning) - Specified by:
refreshAllin interfaceObservableSource<K,V>
-