java.lang.Object
org.aksw.jenax.sparql.datasource.observable.CachingPublisher<T>
public class CachingPublisher<T>
extends Object
-
Field Summary
Fields
protected io.reactivex.rxjava3.core.Flowable<T>
protected io.reactivex.rxjava3.processors.BehaviorProcessor<T>
-
Constructor Summary
Constructors
CachingPublisher(io.reactivex.rxjava3.processors.BehaviorProcessor<T> publisher,
io.reactivex.rxjava3.core.Flowable<T> server)
-
Method Summary
io.reactivex.rxjava3.core.Flowable<T>
io.reactivex.rxjava3.processors.BehaviorProcessor<T>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
publisher
protected io.reactivex.rxjava3.processors.BehaviorProcessor<T> publisher
-
flowable
protected io.reactivex.rxjava3.core.Flowable<T> flowable
-
-
Constructor Details
-
CachingPublisher
public CachingPublisher(io.reactivex.rxjava3.processors.BehaviorProcessor<T> publisher,
io.reactivex.rxjava3.core.Flowable<T> server)
-
Method Details
-
getPublisher
public io.reactivex.rxjava3.processors.BehaviorProcessor<T> getPublisher()
-
getFlowable
public io.reactivex.rxjava3.core.Flowable<T> getFlowable()