Package | Description |
---|---|
io.vertx.core.eventbus | |
io.vertx.core.http | |
io.vertx.core.spi.tracing | |
io.vertx.core.tracing |
Modifier and Type | Field and Description |
---|---|
static TracingPolicy |
DeliveryOptions.DEFAULT_TRACING_POLICY
Default tracing control =
PROPAGATE |
Modifier and Type | Method and Description |
---|---|
TracingPolicy |
DeliveryOptions.getTracingPolicy() |
Modifier and Type | Method and Description |
---|---|
DeliveryOptions |
DeliveryOptions.setTracingPolicy(TracingPolicy tracingPolicy)
Set the tracing policy when Vert.x has tracing enabled.
|
Modifier and Type | Field and Description |
---|---|
static TracingPolicy |
HttpClientOptions.DEFAULT_TRACING_POLICY
Default tracing control =
PROPAGATE |
static TracingPolicy |
HttpServerOptions.DEFAULT_TRACING_POLICY
Default tracing control =
ALWAYS |
Modifier and Type | Method and Description |
---|---|
TracingPolicy |
HttpClientOptions.getTracingPolicy() |
TracingPolicy |
HttpServerOptions.getTracingPolicy() |
Modifier and Type | Method and Description |
---|---|
HttpClientOptions |
HttpClientOptions.setTracingPolicy(TracingPolicy tracingPolicy)
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
|
HttpServerOptions |
HttpServerOptions.setTracingPolicy(TracingPolicy tracingPolicy)
Set the tracing policy for the server behavior when Vert.x has tracing enabled.
|
Modifier and Type | Method and Description |
---|---|
default <R> I |
VertxTracer.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> O |
VertxTracer.sendRequest(Context context,
SpanKind kind,
TracingPolicy policy,
R request,
String operation,
BiConsumer<String,String> headers,
TagExtractor<R> tagExtractor)
Signal a request is sent.
|
Modifier and Type | Method and Description |
---|---|
static TracingPolicy |
TracingPolicy.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.
|
Copyright © 2021 Eclipse. All rights reserved.