Class SleuthAsyncProperties
java.lang.Object
org.springframework.cloud.sleuth.autoconfig.instrument.async.SleuthAsyncProperties
@ConfigurationProperties(prefix="spring.sleuth.async")
public class SleuthAsyncProperties
extends Object
Settings for disable instrumentation of ThreadPoolTaskExecutors.
- Since:
- 2.1.0
- Author:
- Jesus Alonso
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetEnabled(boolean enabled) voidsetIgnoredBeans(List<String> ignoredBeans)
-
Constructor Details
-
SleuthAsyncProperties
public SleuthAsyncProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getIgnoredBeans
-
setIgnoredBeans
-