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