Uses of Class
org.apache.camel.component.metrics.MetricsEndpoint
Packages that use MetricsEndpoint
-
Uses of MetricsEndpoint in org.apache.camel.component.metrics
Methods in org.apache.camel.component.metrics that return MetricsEndpointMethods in org.apache.camel.component.metrics with parameters of type MetricsEndpointModifier and TypeMethodDescriptionprotected abstract voidAbstractMetricsProducer.doProcess(org.apache.camel.Exchange exchange, MetricsEndpoint endpoint, com.codahale.metrics.MetricRegistry registry, String metricsName) protected voidCounterProducer.doProcess(org.apache.camel.Exchange exchange, MetricsEndpoint endpoint, com.codahale.metrics.MetricRegistry registry, String metricsName) protected voidGaugeProducer.doProcess(org.apache.camel.Exchange exchange, MetricsEndpoint endpoint, com.codahale.metrics.MetricRegistry registry, String metricsName) protected voidHistogramProducer.doProcess(org.apache.camel.Exchange exchange, MetricsEndpoint endpoint, com.codahale.metrics.MetricRegistry registry, String metricsName) protected voidMeterProducer.doProcess(org.apache.camel.Exchange exchange, MetricsEndpoint endpoint, com.codahale.metrics.MetricRegistry registry, String metricsName) protected voidTimerProducer.doProcess(org.apache.camel.Exchange exchange, MetricsEndpoint endpoint, com.codahale.metrics.MetricRegistry registry, String metricsName) Constructors in org.apache.camel.component.metrics with parameters of type MetricsEndpointModifierConstructorDescriptionprotectedAbstractMetricsProducer(MetricsEndpoint endpoint) CounterProducer(MetricsEndpoint endpoint) GaugeProducer(MetricsEndpoint endpoint) HistogramProducer(MetricsEndpoint endpoint) MeterProducer(MetricsEndpoint endpoint) TimerProducer(MetricsEndpoint endpoint)