Package io.quarkiverse.cxf.opentelemetry
Interface CxfOpenTelemetryConfig.ClientsConfig.ClientConfig
- Enclosing interface:
- CxfOpenTelemetryConfig.ClientsConfig
public static interface CxfOpenTelemetryConfig.ClientsConfig.ClientConfig
Options of a CXF client.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()If `true` and if `quarkus.cxf.otel.enabled-for` is set to `both` or `clients` then the `OpenTelemetryClientFeature` will be added to this client; otherwise the feature will not be added to this client.
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()If `true` and if `quarkus.cxf.otel.enabled-for` is set to `both` or `clients` then the `OpenTelemetryClientFeature` will be added to this client; otherwise the feature will not be added to this client.- Since:
- 2.7.0
-