rx java - RxJavaSchedulersHook not called when using Hystrix -
the rxjavaschedulershook gets used when use io, computation , newthread schedulers (see javadoc). when creating observables using hystrixcommand however, rxjavaschedulershook never gets called. leads me believe may not using 1 of these 3 schedulers. there way have schedulershook executed observables created hystrix?
Comments
Post a Comment