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
- Author:
- raven
-
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
-
request
public void request(long n) - Specified by:
requestin interfaceorg.reactivestreams.Subscription
-
onNext
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceorg.reactivestreams.Subscriber<T>
-
onError
-
cancel
public void cancel()- Specified by:
cancelin interfaceorg.reactivestreams.Subscription
-