Class FlowableReplay.ReplayPublisher<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableReplay.ReplayPublisher<T>
-
- All Implemented Interfaces:
org.reactivestreams.Publisher<T>
- Enclosing class:
- FlowableReplay<T>
static final class FlowableReplay.ReplayPublisher<T> extends java.lang.Object implements org.reactivestreams.Publisher<T>
-
-
Field Summary
Fields Modifier and Type Field Description private Supplier<? extends FlowableReplay.ReplayBuffer<T>>
bufferFactory
private java.util.concurrent.atomic.AtomicReference<FlowableReplay.ReplaySubscriber<T>>
curr
-
Constructor Summary
Constructors Constructor Description ReplayPublisher(java.util.concurrent.atomic.AtomicReference<FlowableReplay.ReplaySubscriber<T>> curr, Supplier<? extends FlowableReplay.ReplayBuffer<T>> bufferFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
subscribe(org.reactivestreams.Subscriber<? super T> child)
-
-
-
Field Detail
-
curr
private final java.util.concurrent.atomic.AtomicReference<FlowableReplay.ReplaySubscriber<T>> curr
-
bufferFactory
private final Supplier<? extends FlowableReplay.ReplayBuffer<T>> bufferFactory
-
-
Constructor Detail
-
ReplayPublisher
ReplayPublisher(java.util.concurrent.atomic.AtomicReference<FlowableReplay.ReplaySubscriber<T>> curr, Supplier<? extends FlowableReplay.ReplayBuffer<T>> bufferFactory)
-
-