Package 

Class ObserverSubscriber

  • All Implemented Interfaces:
    com.tds.common.reactor.Observer , com.tds.common.reactor.Subscription

    
    public class ObserverSubscriber<T>
    extends Subscriber<T>
                        
    • Method Summary

      Modifier and Type Method Description
      void onNext(T t)
      void onError(Throwable e)
      void onCompleted()
      • Methods inherited from class com.tds.common.reactor.Subscriber

        add, isUnsubscribed, onStart, setProducer, unsubscribe
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait