Class CompositePropagationFactorySupplier
- java.lang.Object
-
- org.springframework.cloud.sleuth.brave.bridge.CompositePropagationFactorySupplier
-
- All Implemented Interfaces:
PropagationFactorySupplier
public class CompositePropagationFactorySupplier extends Object implements PropagationFactorySupplier
Merges various propagation factories into a composite.- Since:
- 3.0.0
- Author:
- Marcin Grzejszczak
-
-
Constructor Summary
Constructors Constructor Description CompositePropagationFactorySupplier(org.springframework.beans.factory.BeanFactory beanFactory, List<String> localFields, List<PropagationType> types)
-
-
-
Constructor Detail
-
CompositePropagationFactorySupplier
public CompositePropagationFactorySupplier(org.springframework.beans.factory.BeanFactory beanFactory, List<String> localFields, List<PropagationType> types)
-
-
Method Detail
-
get
public brave.propagation.Propagation.Factory get()
- Specified by:
getin interfacePropagationFactorySupplier- Returns:
- an instance of a
Propagation.Factory
-
-