Package brave.propagation
Class B3Propagation<K>
java.lang.Object
brave.propagation.B3Propagation<K>
- All Implemented Interfaces:
Propagation<K>
public abstract class B3Propagation<K> extends Object implements Propagation<K>
Implements B3 Propagation
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classB3Propagation.FactoryBuilderDefaults toB3Propagation.Format.MULTIfor client/server spans andB3Propagation.Format.SINGLE_NO_PARENTfor messaging.static classB3Propagation.FormatDescribes the formats used to inject headers.Nested classes/interfaces inherited from interface brave.propagation.Propagation
Propagation.Getter<R,K>, Propagation.KeyFactory<K>, Propagation.RemoteGetter<R>, Propagation.RemoteSetter<R>, Propagation.Setter<R,K> -
Field Summary
Fields Modifier and Type Field Description static Propagation.FactoryFACTORY -
Method Summary
Modifier and Type Method Description static Propagation<String>get()Returns a singleton default instance.static B3Propagation.FactoryBuildernewFactoryBuilder()
-
Field Details
-
Method Details
-
get
Returns a singleton default instance.- Since:
- 5.12
-
newFactoryBuilder
-