-
- All Implemented Interfaces:
-
com.tds.common.reactor.Observable.OnSubscribe
,com.tds.common.reactor.functions.Action
,com.tds.common.reactor.functions.Action1
,com.tds.common.reactor.functions.Function
public final class OnSubscribeOnAssembly<T> implements Observable.OnSubscribe<T>
Captures the current stack when it is instantiated, makes it available through a field and attaches it to all passing exception.
-
-
Field Summary
Fields Modifier and Type Field Description public static volatile boolean
fullStackTrace
-
Constructor Summary
Constructors Constructor Description OnSubscribeOnAssembly(Observable.OnSubscribe<T> source)
-
Method Summary
Modifier and Type Method Description void
call(Subscriber<out Object> t)
-
-
Constructor Detail
-
OnSubscribeOnAssembly
OnSubscribeOnAssembly(Observable.OnSubscribe<T> source)
-
-
Method Detail
-
call
void call(Subscriber<out Object> t)
-
-
-
-