Uses of Class
io.vertx.core.tracing.TracingPolicy
-
Packages that use TracingPolicy Package Description io.vertx.core.eventbus io.vertx.core.http io.vertx.core.spi.tracing io.vertx.core.tracing -
-
Uses of TracingPolicy in io.vertx.core.eventbus
Fields in io.vertx.core.eventbus declared as TracingPolicy Modifier and Type Field Description static TracingPolicyDeliveryOptions. DEFAULT_TRACING_POLICYDefault tracing control =PROPAGATEMethods in io.vertx.core.eventbus that return TracingPolicy Modifier and Type Method Description TracingPolicyDeliveryOptions. getTracingPolicy()Methods in io.vertx.core.eventbus with parameters of type TracingPolicy Modifier and Type Method Description DeliveryOptionsDeliveryOptions. setTracingPolicy(TracingPolicy tracingPolicy)Set the tracing policy when Vert.x has tracing enabled. -
Uses of TracingPolicy in io.vertx.core.http
Fields in io.vertx.core.http declared as TracingPolicy Modifier and Type Field Description static TracingPolicyHttpClientOptions. DEFAULT_TRACING_POLICYDefault tracing control =PROPAGATEstatic TracingPolicyHttpServerOptions. DEFAULT_TRACING_POLICYDefault tracing control =ALWAYSMethods in io.vertx.core.http that return TracingPolicy Modifier and Type Method Description TracingPolicyHttpClientOptions. getTracingPolicy()TracingPolicyHttpServerOptions. getTracingPolicy()Methods in io.vertx.core.http with parameters of type TracingPolicy Modifier and Type Method Description HttpClientOptionsHttpClientOptions. setTracingPolicy(TracingPolicy tracingPolicy)Set the tracing policy for the client behavior when Vert.x has tracing enabled.HttpServerOptionsHttpServerOptions. setTracingPolicy(TracingPolicy tracingPolicy)Set the tracing policy for the server behavior when Vert.x has tracing enabled. -
Uses of TracingPolicy in io.vertx.core.spi.tracing
Methods in io.vertx.core.spi.tracing with parameters of type TracingPolicy 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> OVertxTracer. sendRequest(Context context, SpanKind kind, TracingPolicy policy, R request, String operation, BiConsumer<String,String> headers, TagExtractor<R> tagExtractor)Signal a request is sent. -
Uses of TracingPolicy in io.vertx.core.tracing
Methods in io.vertx.core.tracing that return TracingPolicy Modifier and Type Method Description static TracingPolicyTracingPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static TracingPolicy[]TracingPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-