R
- public class InnerPublisherSubscription<K,I,R> extends Object implements io.reactivex.rxjava3.functions.LongConsumer, io.reactivex.rxjava3.functions.Action
Note that this publisher returned via createPublisher(ClusterPublisherManagerImpl.SubscriberHandler, int, Supplier, Map, int)
can only be subscribed to by one subscriber (more than 1 subscriber will cause issues).
Modifier and Type | Field and Description |
---|---|
protected static Log |
log |
protected static boolean |
trace |
Modifier and Type | Method and Description |
---|---|
void |
accept(long count)
This method is invoked every time a new request is sent to the underlying publisher.
|
void |
run()
This is invoked when the flowable is completed - need to close any pending publishers
|
protected static final Log log
protected static final boolean trace
public void run()
run
in interface io.reactivex.rxjava3.functions.Action
public void accept(long count)
accept
in interface io.reactivex.rxjava3.functions.LongConsumer
count
- request countCopyright © 2021 JBoss by Red Hat. All rights reserved.