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 Details

    • SleuthAsyncProperties

      public SleuthAsyncProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getIgnoredBeans

      public List<String> getIgnoredBeans()
    • setIgnoredBeans

      public void setIgnoredBeans(List<String> ignoredBeans)