Class FlowableOnBackpressureLatest.BackpressureLatestSubscriber<T>
java.lang.Object
java.lang.Number
java.util.concurrent.atomic.AtomicInteger
io.reactivex.rxjava3.internal.operators.flowable.AbstractBackpressureThrottlingSubscriber<T,T>
io.reactivex.rxjava3.internal.operators.flowable.FlowableOnBackpressureLatest.BackpressureLatestSubscriber<T>
- All Implemented Interfaces:
FlowableSubscriber<T>,Serializable,org.reactivestreams.Subscriber<T>,org.reactivestreams.Subscription
- Enclosing class:
FlowableOnBackpressureLatest<T>
static final class FlowableOnBackpressureLatest.BackpressureLatestSubscriber<T>
extends AbstractBackpressureThrottlingSubscriber<T,T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longFields inherited from class io.reactivex.rxjava3.internal.operators.flowable.AbstractBackpressureThrottlingSubscriber
cancelled, current, done, downstream, error, requested, upstream -
Constructor Summary
ConstructorsConstructorDescriptionBackpressureLatestSubscriber(org.reactivestreams.Subscriber<? super T> downstream, Consumer<? super T> onDropped) -
Method Summary
Methods inherited from class io.reactivex.rxjava3.internal.operators.flowable.AbstractBackpressureThrottlingSubscriber
cancel, checkTerminated, drain, onComplete, onError, onSubscribe, requestMethods inherited from class java.util.concurrent.atomic.AtomicInteger
accumulateAndGet, addAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, decrementAndGet, doubleValue, floatValue, get, getAcquire, getAndAccumulate, getAndAdd, getAndDecrement, getAndIncrement, getAndSet, getAndUpdate, getOpaque, getPlain, incrementAndGet, intValue, lazySet, longValue, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatileMethods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
onDropped
-
-
Constructor Details
-
BackpressureLatestSubscriber
-
-
Method Details
-
onNext
- Specified by:
onNextin interfaceorg.reactivestreams.Subscriber<T>- Specified by:
onNextin classAbstractBackpressureThrottlingSubscriber<T,T>
-