Class SleuthRxJavaSchedulersProperties
- java.lang.Object
-
- org.springframework.cloud.sleuth.autoconfig.instrument.rxjava.SleuthRxJavaSchedulersProperties
-
@ConfigurationProperties("spring.sleuth.rxjava.schedulers") public class SleuthRxJavaSchedulersProperties extends ObjectConfiguration properties for RxJava tracing.- Since:
- 1.0.12
- Author:
- Arthur Gavlyukovskiy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSleuthRxJavaSchedulersProperties.Hook
-
Constructor Summary
Constructors Constructor Description SleuthRxJavaSchedulersProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SleuthRxJavaSchedulersProperties.HookgetHook()String[]getIgnoredthreads()voidsetHook(SleuthRxJavaSchedulersProperties.Hook hook)voidsetIgnoredthreads(String[] ignoredthreads)
-
-
-
Method Detail
-
getIgnoredthreads
public String[] getIgnoredthreads()
-
setIgnoredthreads
public void setIgnoredthreads(String[] ignoredthreads)
-
getHook
public SleuthRxJavaSchedulersProperties.Hook getHook()
-
setHook
public void setHook(SleuthRxJavaSchedulersProperties.Hook hook)
-
-