Uses of Class
io.vertx.kafka.client.common.tracing.ProducerTracer
-
Packages that use ProducerTracer Package Description io.vertx.kafka.client.common.tracing -
-
Uses of ProducerTracer in io.vertx.kafka.client.common.tracing
Methods in io.vertx.kafka.client.common.tracing that return ProducerTracer Modifier and Type Method Description static <S> ProducerTracer
ProducerTracer. create(VertxTracer tracer, KafkaClientOptions opts)
Creates a ProducerTracer, which provides an opinionated facade for usingVertxTracer
with a Kafka Producer use case.
-