Uses of Class
io.vertx.kafka.client.common.tracing.TraceTags
-
Packages that use TraceTags Package Description io.vertx.kafka.client.common.tracing -
-
Uses of TraceTags in io.vertx.kafka.client.common.tracing
Methods in io.vertx.kafka.client.common.tracing that return TraceTags Modifier and Type Method Description static TraceTags
TraceTags. valueOf(String name)
Returns the enum constant of this type with the specified name.static TraceTags[]
TraceTags. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-