public class CancellablePublisher<T> extends Object implements org.reactivestreams.Publisher<T>
ConcatStageFactory to enforce the reactive
streams rules.| Constructor and Description |
|---|
CancellablePublisher(org.reactivestreams.Publisher<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelIfNotSubscribed() |
void |
subscribe(org.reactivestreams.Subscriber<? super T> subscriber) |
public CancellablePublisher(org.reactivestreams.Publisher<T> delegate)
Copyright © 2018–2019 SmallRye. All rights reserved.