Uses of Class
brave.propagation.B3Propagation.Format
-
Packages that use B3Propagation.Format Package Description brave.propagation -
-
Uses of B3Propagation.Format in brave.propagation
Methods in brave.propagation that return B3Propagation.Format Modifier and Type Method Description static B3Propagation.FormatB3Propagation.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static B3Propagation.Format[]B3Propagation.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in brave.propagation with parameters of type B3Propagation.Format Modifier and Type Method Description B3Propagation.FactoryBuilderB3Propagation.FactoryBuilder. injectFormat(B3Propagation.Format format)Overrides the injection format for non-remote requests, such as message processors.B3Propagation.FactoryBuilderB3Propagation.FactoryBuilder. injectFormat(Span.Kind kind, B3Propagation.Format format)Overrides the injection format used for the indicatedspan kind.B3Propagation.FactoryBuilderB3Propagation.FactoryBuilder. injectFormats(Span.Kind kind, B3Propagation.Format format1, B3Propagation.Format format2)LikeB3Propagation.FactoryBuilder.injectFormat(brave.propagation.B3Propagation.Format), but writes two formats.
-