-
- All Implemented Interfaces:
-
com.tds.common.reactor.Observer
public class SerializedObserver<T> implements Observer<T>
-
-
Constructor Summary
Constructors Constructor Description SerializedObserver(Observer<out Object> s)
-
Method Summary
Modifier and Type Method Description voidonNext(T t)voidonError(Throwable e)voidonCompleted()
-