Uses of Interface
brave.propagation.Propagation
| Package | Description |
|---|---|
| brave | |
| brave.propagation |
-
Uses of Propagation in brave
Methods in brave that return Propagation Modifier and Type Method Description Propagation<String>Tracing. propagation()When a trace leaves the process, it needs to be propagated, usually via headers. -
Uses of Propagation in brave.propagation
Classes in brave.propagation that implement Propagation Modifier and Type Class Description classB3Propagation<K>Implements B3 PropagationclassExtraFieldPropagation<K>Allows you to propagate predefined request-scoped fields, usually but not always HTTP headers.Fields in brave.propagation declared as Propagation Modifier and Type Field Description static Propagation<String>Propagation. B3_SINGLE_STRINGDeprecated.Since 5.9, useB3Propagation.newFactoryBuilder()to control inject formats.static Propagation<String>Propagation. B3_STRINGMethods in brave.propagation that return Propagation Modifier and Type Method Description abstract <K> Propagation<K>Propagation.Factory. create(Propagation.KeyFactory<K> keyFactory)