public static final class StreamTestKit.CompletedSubscription<T>
extends java.lang.Object
implements org.reactivestreams.Subscription, scala.Product, scala.Serializable
| Constructor and Description |
|---|
CompletedSubscription(org.reactivestreams.Subscriber<T> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
request(long elements) |
org.reactivestreams.Subscriber<T> |
subscriber() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic CompletedSubscription(org.reactivestreams.Subscriber<T> subscriber)
public org.reactivestreams.Subscriber<T> subscriber()
public void request(long elements)
request in interface org.reactivestreams.Subscriptionpublic void cancel()
cancel in interface org.reactivestreams.Subscription