- java.lang.Object
-
- io.smallrye.mutiny.helpers.Subscriptions.CancelledSubscriber<X>
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onNext
public void onNext(X o)
- Specified by:
onNext in interface org.reactivestreams.Subscriber<X>
-
onComplete
public void onComplete()
- Specified by:
onComplete in interface org.reactivestreams.Subscriber<X>
Copyright © 2019–2020 SmallRye. All rights reserved.