Uses of Class
org.apache.camel.tracing.Tag
-
Packages that use Tag Package Description org.apache.camel.tracing -
-
Uses of Tag in org.apache.camel.tracing
Methods in org.apache.camel.tracing that return Tag Modifier and Type Method Description static TagTag. valueOf(String name)Returns the enum constant of this type with the specified name.static Tag[]Tag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.tracing with parameters of type Tag Modifier and Type Method Description default voidSpanAdapter. setLowCardinalityTag(Tag key, Number value)default voidSpanAdapter. setLowCardinalityTag(Tag key, String value)voidSpanAdapter. setTag(Tag key, Number value)voidSpanAdapter. setTag(Tag key, String value)
-