public final class LoggingSubscriber
extends java.lang.Object
implements io.reactivex.FlowableSubscriber<com.epam.ta.reportportal.ws.model.BatchSaveOperatingRS>
| Constructor and Description |
|---|
LoggingSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(java.lang.Throwable e) |
void |
onNext(com.epam.ta.reportportal.ws.model.BatchSaveOperatingRS result) |
void |
onSubscribe(org.reactivestreams.Subscription s) |
public void onSubscribe(@Nonnull
org.reactivestreams.Subscription s)
onSubscribe in interface io.reactivex.FlowableSubscriber<com.epam.ta.reportportal.ws.model.BatchSaveOperatingRS>onSubscribe in interface org.reactivestreams.Subscriber<com.epam.ta.reportportal.ws.model.BatchSaveOperatingRS>public void onNext(com.epam.ta.reportportal.ws.model.BatchSaveOperatingRS result)
onNext in interface org.reactivestreams.Subscriber<com.epam.ta.reportportal.ws.model.BatchSaveOperatingRS>public void onError(java.lang.Throwable e)
onError in interface org.reactivestreams.Subscriber<com.epam.ta.reportportal.ws.model.BatchSaveOperatingRS>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<com.epam.ta.reportportal.ws.model.BatchSaveOperatingRS>