public class CancellationSubscriber<T> extends Object implements org.reactivestreams.Subscriber<T>
Constructor and Description |
---|
CancellationSubscriber() |
Modifier and Type | Method and Description |
---|---|
void |
onComplete() |
void |
onError(Throwable t) |
void |
onNext(T t) |
void |
onSubscribe(org.reactivestreams.Subscription s) |
public void onSubscribe(org.reactivestreams.Subscription s)
onSubscribe
in interface org.reactivestreams.Subscriber<T>
public void onError(Throwable t)
onError
in interface org.reactivestreams.Subscriber<T>
public void onComplete()
onComplete
in interface org.reactivestreams.Subscriber<T>
Copyright © 2018–2019 SmallRye. All rights reserved.