Package io.reactivex.rxjava3.processors
Class MulticastProcessor.MulticastSubscription<T>
- java.lang.Object
-
- java.lang.Number
-
- java.util.concurrent.atomic.AtomicLong
-
- io.reactivex.rxjava3.processors.MulticastProcessor.MulticastSubscription<T>
-
- All Implemented Interfaces:
java.io.Serializable,org.reactivestreams.Subscription
- Enclosing class:
- MulticastProcessor<T>
static final class MulticastProcessor.MulticastSubscription<@NonNull T> extends java.util.concurrent.atomic.AtomicLong implements org.reactivestreams.Subscription
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.reactivestreams.Subscriber<? super T>downstream(package private) longemitted(package private) MulticastProcessor<T>parentprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description MulticastSubscription(org.reactivestreams.Subscriber<? super @NonNull T> actual, MulticastProcessor<@NonNull T> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()(package private) voidonComplete()(package private) voidonError(java.lang.Throwable t)(package private) voidonNext(@NonNull T t)voidrequest(long n)-
Methods inherited from class java.util.concurrent.atomic.AtomicLong
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, weakCompareAndSetVolatile
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
downstream
final org.reactivestreams.Subscriber<? super T> downstream
-
parent
final MulticastProcessor<T> parent
-
emitted
long emitted
-
-
Constructor Detail
-
MulticastSubscription
MulticastSubscription(org.reactivestreams.Subscriber<? super @NonNull T> actual, MulticastProcessor<@NonNull T> parent)
-
-