Uses of Interface
io.vertx.core.spi.tracing.TagExtractor
-
Packages that use TagExtractor Package Description io.vertx.core.spi.tracing -
-
Uses of TagExtractor in io.vertx.core.spi.tracing
Methods in io.vertx.core.spi.tracing that return TagExtractor Modifier and Type Method Description static <T> TagExtractor<T>TagExtractor. empty()Methods in io.vertx.core.spi.tracing with parameters of type TagExtractor Modifier and Type Method Description default <R> IVertxTracer. receiveRequest(Context context, SpanKind kind, TracingPolicy policy, R request, String operation, Iterable<Map.Entry<String,String>> headers, TagExtractor<R> tagExtractor)Signal a request has been received and will be processed.default <R> voidVertxTracer. receiveResponse(Context context, R response, O payload, Throwable failure, TagExtractor<R> tagExtractor)Signal a response has been received.default <R> OVertxTracer. sendRequest(Context context, SpanKind kind, TracingPolicy policy, R request, String operation, BiConsumer<String,String> headers, TagExtractor<R> tagExtractor)Signal a request is sent.default <R> voidVertxTracer. sendResponse(Context context, R response, I payload, Throwable failure, TagExtractor<R> tagExtractor)Signal the response is sent.
-