Uses of Class
brave.baggage.BaggagePropagation.FactoryBuilder
-
Packages that use BaggagePropagation.FactoryBuilder Package Description brave.baggage -
-
Uses of BaggagePropagation.FactoryBuilder in brave.baggage
Methods in brave.baggage that return BaggagePropagation.FactoryBuilder Modifier and Type Method Description BaggagePropagation.FactoryBuilderBaggagePropagation.FactoryBuilder. add(BaggagePropagationConfig config)BaggagePropagation.FactoryBuilderBaggagePropagation.FactoryBuilder. clear()Clears all state.static BaggagePropagation.FactoryBuilderBaggagePropagation. newFactoryBuilder(Propagation.Factory delegate)Wraps an underlying propagation implementation, pushing one or more fields.Methods in brave.baggage with parameters of type BaggagePropagation.FactoryBuilder Modifier and Type Method Description voidBaggagePropagationCustomizer. customize(BaggagePropagation.FactoryBuilder builder)
-