Uses of Enum
io.vertx.core.spi.tracing.SpanKind
Packages that use SpanKind
-
Uses of SpanKind in io.vertx.core.spi.tracing
Methods in io.vertx.core.spi.tracing that return SpanKindModifier and TypeMethodDescriptionstatic SpanKindReturns the enum constant of this type with the specified name.static SpanKind[]SpanKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.core.spi.tracing with parameters of type SpanKindModifier and TypeMethodDescriptiondefault <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> OVertxTracer.sendRequest(Context context, SpanKind kind, TracingPolicy policy, R request, String operation, BiConsumer<String, String> headers, TagExtractor<R> tagExtractor) Signal a request is sent.