Class SleuthProperties
- java.lang.Object
-
- org.springframework.cloud.sleuth.autoconfig.brave.SleuthProperties
-
@ConfigurationProperties("spring.sleuth") public class SleuthProperties extends ObjectBrave Sleuth settings.- Since:
- 1.0.11
- Author:
- Marcin Grzejszczak
-
-
Constructor Summary
Constructors Constructor Description SleuthProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabled()booleanisSupportsJoin()booleanisTraceId128()voidsetEnabled(boolean enabled)voidsetSupportsJoin(boolean supportsJoin)voidsetTraceId128(boolean traceId128)
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
isTraceId128
public boolean isTraceId128()
-
setTraceId128
public void setTraceId128(boolean traceId128)
-
isSupportsJoin
public boolean isSupportsJoin()
-
setSupportsJoin
public void setSupportsJoin(boolean supportsJoin)
-
-