Class 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 Detail

      • SleuthAsyncProperties

        public SleuthAsyncProperties()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • getIgnoredBeans

        public List<String> getIgnoredBeans()
      • setIgnoredBeans

        public void setIgnoredBeans​(List<String> ignoredBeans)