public final class CompositeSubscription
extends java.lang.Object
implements org.reactivestreams.Subscription
| Constructor and Description |
|---|
CompositeSubscription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(org.reactivestreams.Subscription s) |
void |
cancel() |
void |
delete(org.reactivestreams.Subscription s) |
void |
request(long n) |
public boolean add(org.reactivestreams.Subscription s)
public void delete(org.reactivestreams.Subscription s)
public void request(long n)
request in interface org.reactivestreams.Subscriptionpublic void cancel()
cancel in interface org.reactivestreams.Subscription