Package 

Class ActionSubscriber

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

    
    public final class ActionSubscriber<T>
    extends Subscriber<T>
                        

    A Subscriber that forwards the onXXX method calls to callbacks.

    • 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