Class 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 Detail

      • LoggingSubscriber

        public LoggingSubscriber()
    • Method Detail

      • onSubscribe

        public void onSubscribe​(@Nonnull
                                org.reactivestreams.Subscription s)
        Specified by:
        onSubscribe in interface io.reactivex.FlowableSubscriber<BatchSaveOperatingRS>
        Specified by:
        onSubscribe in interface org.reactivestreams.Subscriber<BatchSaveOperatingRS>
      • getProcessedCount

        public int getProcessedCount()
      • onError

        public void onError​(java.lang.Throwable e)
        Specified by:
        onError in interface org.reactivestreams.Subscriber<BatchSaveOperatingRS>
      • onComplete

        public void onComplete()
        Specified by:
        onComplete in interface org.reactivestreams.Subscriber<BatchSaveOperatingRS>