Uses of Interface
org.apache.cxf.metrics.MetricsContext
-
Packages that use MetricsContext Package Description org.apache.cxf.metrics org.apache.cxf.metrics.codahale org.apache.cxf.metrics.micrometer -
-
Uses of MetricsContext in org.apache.cxf.metrics
Methods in org.apache.cxf.metrics that return MetricsContext Modifier and Type Method Description MetricsContextMetricsProvider. createEndpointContext(org.apache.cxf.endpoint.Endpoint endpoint, boolean asClient, String cid)MetricsContextMetricsProvider. createOperationContext(org.apache.cxf.endpoint.Endpoint endpoint, org.apache.cxf.service.model.BindingOperationInfo boi, boolean asClient, String cid)MetricsContextMetricsProvider. createResourceContext(org.apache.cxf.endpoint.Endpoint endpoint, String resourceName, boolean asClient, String cid)Methods in org.apache.cxf.metrics with parameters of type MetricsContext Modifier and Type Method Description ExchangeMetricsExchangeMetrics. addContext(MetricsContext ctx) -
Uses of MetricsContext in org.apache.cxf.metrics.codahale
Classes in org.apache.cxf.metrics.codahale that implement MetricsContext Modifier and Type Class Description classCodahaleMetricsContextMethods in org.apache.cxf.metrics.codahale that return MetricsContext Modifier and Type Method Description MetricsContextCodahaleMetricsProvider. createEndpointContext(org.apache.cxf.endpoint.Endpoint endpoint, boolean isClient, String clientId)MetricsContextCodahaleMetricsProvider. createOperationContext(org.apache.cxf.endpoint.Endpoint endpoint, org.apache.cxf.service.model.BindingOperationInfo boi, boolean asClient, String clientId)MetricsContextCodahaleMetricsProvider. createResourceContext(org.apache.cxf.endpoint.Endpoint endpoint, String resourceName, boolean asClient, String clientId) -
Uses of MetricsContext in org.apache.cxf.metrics.micrometer
Classes in org.apache.cxf.metrics.micrometer that implement MetricsContext Modifier and Type Class Description classMicrometerClientMetricsContextclassMicrometerServerMetricsContextMethods in org.apache.cxf.metrics.micrometer that return MetricsContext Modifier and Type Method Description MetricsContextMicrometerMetricsProvider. createEndpointContext(org.apache.cxf.endpoint.Endpoint endpoint, boolean asClient, String clientId)MetricsContextMicrometerMetricsProvider. createOperationContext(org.apache.cxf.endpoint.Endpoint endpoint, org.apache.cxf.service.model.BindingOperationInfo boi, boolean asClient, String clientId)MetricsContextMicrometerMetricsProvider. createResourceContext(org.apache.cxf.endpoint.Endpoint endpoint, String resourceName, boolean asClient, String clientId)
-