Uses of Class
brave.baggage.BaggagePropagationConfig
-
Packages that use BaggagePropagationConfig Package Description brave.baggage -
-
Uses of BaggagePropagationConfig in brave.baggage
Subclasses of BaggagePropagationConfig in brave.baggage Modifier and Type Class Description static classBaggagePropagationConfig.SingleBaggageFieldHoldsBaggagePropagationconfiguration for a baggage field.Methods in brave.baggage that return types with arguments of type BaggagePropagationConfig Modifier and Type Method Description Set<BaggagePropagationConfig>BaggagePropagation.FactoryBuilder. configs()Returns an immutable copy of the current configuration.Methods in brave.baggage with parameters of type BaggagePropagationConfig Modifier and Type Method Description BaggagePropagation.FactoryBuilderBaggagePropagation.FactoryBuilder. add(BaggagePropagationConfig config)
-