Class SleuthRxJavaSchedulersHook
java.lang.Object
rx.plugins.RxJavaSchedulersHook
org.springframework.cloud.sleuth.instrument.rxjava.SleuthRxJavaSchedulersHook
public class SleuthRxJavaSchedulersHook
extends rx.plugins.RxJavaSchedulersHook
RxJavaSchedulersHook that wraps an Action0 into its tracing
representation.- Since:
- 1.0.0
- Author:
- Shivang Shah
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class rx.plugins.RxJavaSchedulersHook
createComputationScheduler, createComputationScheduler, createIoScheduler, createIoScheduler, createNewThreadScheduler, createNewThreadScheduler, getComputationScheduler, getDefaultInstance, getIOScheduler, getNewThreadScheduler
-
Constructor Details
-
SleuthRxJavaSchedulersHook
-
-
Method Details
-
onSchedule
public rx.functions.Action0 onSchedule(rx.functions.Action0 action) - Overrides:
onSchedulein classrx.plugins.RxJavaSchedulersHook
-