-
- All Implemented Interfaces:
-
com.tds.common.reactor.Observer
public final class ActionObserver<T> implements Observer<T>
An Observer 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()
-