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 Details

    • CompositePropagationFactorySupplier

      public CompositePropagationFactorySupplier(org.springframework.beans.factory.BeanFactory beanFactory, List<String> localFields, List<PropagationType> types)
  • Method Details

    • get

      public brave.propagation.Propagation.Factory get()
      Specified by:
      get in interface PropagationFactorySupplier
      Returns:
      an instance of a Propagation.Factory