public class DelegatingSubscription
extends java.lang.Object
implements org.reactivestreams.Subscription
| Constructor and Description |
|---|
DelegatingSubscription(org.reactivestreams.Subscription upstreamSubscription) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
request(long n) |