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 Tag
Tag. 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 void
SpanAdapter. setTag(Tag key, Number value)
void
SpanAdapter. setTag(Tag key, String value)
-