Class SleuthPropagationProperties
- java.lang.Object
-
- org.springframework.cloud.sleuth.autoconfig.brave.SleuthPropagationProperties
-
@ConfigurationProperties("spring.sleuth.propagation") public class SleuthPropagationProperties extends ObjectSleuth propagation settings.- Since:
- 3.0.0
- Author:
- Marcin Grzejszczak
-
-
Constructor Summary
Constructors Constructor Description SleuthPropagationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PropagationType>getType()voidsetType(List<PropagationType> type)
-
-
-
Method Detail
-
getType
public List<PropagationType> getType()
-
setType
public void setType(List<PropagationType> type)
-
-