Class LoggingSubscriber
- java.lang.Object
-
- com.epam.reportportal.service.logs.LoggingSubscriber
-
- All Implemented Interfaces:
io.reactivex.FlowableSubscriber<BatchSaveOperatingRS>,org.reactivestreams.Subscriber<BatchSaveOperatingRS>
public class LoggingSubscriber extends java.lang.Object implements io.reactivex.FlowableSubscriber<BatchSaveOperatingRS>
Set of logging subscription for ReportPortal logging client
-
-
Constructor Summary
Constructors Constructor Description LoggingSubscriber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetProcessedCount()voidonComplete()voidonError(java.lang.Throwable e)voidonNext(BatchSaveOperatingRS result)voidonSubscribe(org.reactivestreams.Subscription s)
-
-
-
Method Detail
-
onSubscribe
public void onSubscribe(@Nonnull org.reactivestreams.Subscription s)- Specified by:
onSubscribein interfaceio.reactivex.FlowableSubscriber<BatchSaveOperatingRS>- Specified by:
onSubscribein interfaceorg.reactivestreams.Subscriber<BatchSaveOperatingRS>
-
onNext
public void onNext(BatchSaveOperatingRS result)
- Specified by:
onNextin interfaceorg.reactivestreams.Subscriber<BatchSaveOperatingRS>
-
getProcessedCount
public int getProcessedCount()
-
onError
public void onError(java.lang.Throwable e)
- Specified by:
onErrorin interfaceorg.reactivestreams.Subscriber<BatchSaveOperatingRS>
-
onComplete
public void onComplete()
- Specified by:
onCompletein interfaceorg.reactivestreams.Subscriber<BatchSaveOperatingRS>
-
-