Uses of Interface
org.apache.cxf.metrics.MetricsProvider
-
-
Uses of MetricsProvider in org.apache.cxf.metrics
Constructors in org.apache.cxf.metrics with parameters of type MetricsProvider Constructor Description MetricsFeature(MetricsProvider provider)MetricsFeature(MetricsProvider... providers)Portable(MetricsProvider provider)Portable(MetricsProvider... providers) -
Uses of MetricsProvider in org.apache.cxf.metrics.codahale
Classes in org.apache.cxf.metrics.codahale that implement MetricsProvider Modifier and Type Class Description classCodahaleMetricsProvider -
Uses of MetricsProvider in org.apache.cxf.metrics.interceptors
Methods in org.apache.cxf.metrics.interceptors that return types with arguments of type MetricsProvider Modifier and Type Method Description protected Collection<? extends MetricsProvider>AbstractMetricsInterceptor. getMetricProviders(Bus bus)Constructors in org.apache.cxf.metrics.interceptors with parameters of type MetricsProvider Constructor Description AbstractMetricsInterceptor(String phase, MetricsProvider[] p)MetricsMessageClientOutInterceptor(MetricsProvider[] p)MetricsMessageInInterceptor(MetricsProvider[] p)MetricsMessageInOneWayInterceptor(MetricsProvider[] p)MetricsMessageInPostInvokeInterceptor(MetricsProvider[] p)MetricsMessageInPreInvokeInterceptor(MetricsProvider[] p)MetricsMessageOutInterceptor(MetricsProvider[] p) -
Uses of MetricsProvider in org.apache.cxf.metrics.micrometer
Classes in org.apache.cxf.metrics.micrometer that implement MetricsProvider Modifier and Type Class Description classMicrometerMetricsProvider -
Uses of MetricsProvider in org.apache.cxf.spring.boot.autoconfigure.micrometer
Methods in org.apache.cxf.spring.boot.autoconfigure.micrometer that return MetricsProvider Modifier and Type Method Description MetricsProviderMicrometerMetricsAutoConfiguration. metricsProvider(TagsProvider tagsProvider, List<TagsCustomizer> tagsCustomizers, TimedAnnotationProvider timedAnnotationProvider, io.micrometer.core.instrument.MeterRegistry registry)
-