Package org.aksw.commons.rx.op
Class OperatorObserveThroughput.SubscriberImpl
java.lang.Object
org.aksw.commons.rx.op.OperatorObserveThroughput.SubscriberImpl
- All Implemented Interfaces:
io.reactivex.rxjava3.core.FlowableSubscriber<T>,org.reactivestreams.Subscriber<T>,org.reactivestreams.Subscription
- Enclosing class:
- OperatorObserveThroughput<T>
public class OperatorObserveThroughput.SubscriberImpl
extends Object
implements io.reactivex.rxjava3.core.FlowableSubscriber<T>, org.reactivestreams.Subscription
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.reactivestreams.Subscriber<? super T>protected AtomicLongprotected AtomicLongprotected org.reactivestreams.Subscription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()voidvoidvoidvoidonSubscribe(org.reactivestreams.Subscription s) voidrequest(long n)
-
Field Details
-
downstream
-
upstream
protected org.reactivestreams.Subscription upstream -
pending
-
seenItems
-
-
Constructor Details
-
SubscriberImpl
-
-
Method Details
-
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription s) -
request
public void request(long n) - Specified by:
requestin interfaceorg.reactivestreams.Subscription
-
onNext
- Specified by:
onNextin interfaceorg.reactivestreams.Subscriber<T>
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceorg.reactivestreams.Subscriber<T>
-
onError
- Specified by:
onErrorin interfaceorg.reactivestreams.Subscriber<T>
-
cancel
public void cancel()- Specified by:
cancelin interfaceorg.reactivestreams.Subscription
-