Interface PropagationFactorySupplier
public interface PropagationFactorySupplier
Provides logic for supplying of a
Propagation.Factory.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionbrave.propagation.Propagation.Factoryget()Creates an instance of aPropagation.Factory.
-
Method Details
-
get
brave.propagation.Propagation.Factory get()Creates an instance of aPropagation.Factory.- Returns:
- an instance of a
Propagation.Factory
-