-
- 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 voidonNext(T t)voidonError(Throwable e)voidonCompleted()
-