Package io.quarkiverse.cxf.metrics
Interface CxfMetricsConfig.ClientsConfig.ClientConfig
- Enclosing interface:
- CxfMetricsConfig.ClientsConfig
public static interface CxfMetricsConfig.ClientsConfig.ClientConfig
Options of a CXF client.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()If `true` and if `quarkus.cxf.metrics.enabled-for` is set to `both` or `clients` then the `MetricsFeature` 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.metrics.enabled-for` is set to `both` or `clients` then the `MetricsFeature` will be added to this client; otherwise the feature will not be added to this client.- Since:
- 2.7.0
-