Uses of Class
org.apache.camel.component.microprofile.metrics.MicroProfileMetricsEndpoint
-
Packages that use MicroProfileMetricsEndpoint Package Description org.apache.camel.component.microprofile.metrics -
-
Uses of MicroProfileMetricsEndpoint in org.apache.camel.component.microprofile.metrics
Methods in org.apache.camel.component.microprofile.metrics that return MicroProfileMetricsEndpoint Modifier and Type Method Description MicroProfileMetricsEndpoint
AbstractMicroProfileMetricsProducer. getEndpoint()
Methods in org.apache.camel.component.microprofile.metrics with parameters of type MicroProfileMetricsEndpoint Modifier and Type Method Description protected abstract void
AbstractMicroProfileMetricsProducer. doProcess(org.apache.camel.Exchange exchange, MicroProfileMetricsEndpoint endpoint, T meter)
protected void
MicroProfileMetricsConcurrentGaugeProducer. doProcess(org.apache.camel.Exchange exchange, MicroProfileMetricsEndpoint endpoint, org.eclipse.microprofile.metrics.ConcurrentGauge gauge)
protected void
MicroProfileMetricsCounterProducer. doProcess(org.apache.camel.Exchange exchange, MicroProfileMetricsEndpoint endpoint, org.eclipse.microprofile.metrics.Counter counter)
protected void
MicroProfileMetricsGaugeProducer. doProcess(org.apache.camel.Exchange exchange, MicroProfileMetricsEndpoint endpoint, SimpleGauge gauge)
protected void
MicroProfileMetricsHistogramProducer. doProcess(org.apache.camel.Exchange exchange, MicroProfileMetricsEndpoint endpoint, org.eclipse.microprofile.metrics.Histogram histogram)
protected void
MicroProfileMetricsMeteredProducer. doProcess(org.apache.camel.Exchange exchange, MicroProfileMetricsEndpoint endpoint, org.eclipse.microprofile.metrics.Meter meter)
protected void
MicroProfileMetricsTimerProducer. doProcess(org.apache.camel.Exchange exchange, MicroProfileMetricsEndpoint endpoint, org.eclipse.microprofile.metrics.Timer timer)
Constructors in org.apache.camel.component.microprofile.metrics with parameters of type MicroProfileMetricsEndpoint Constructor Description MicroProfileMetricsConcurrentGaugeProducer(MicroProfileMetricsEndpoint endpoint)
MicroProfileMetricsCounterProducer(MicroProfileMetricsEndpoint endpoint)
MicroProfileMetricsGaugeProducer(MicroProfileMetricsEndpoint endpoint)
MicroProfileMetricsHistogramProducer(MicroProfileMetricsEndpoint endpoint)
MicroProfileMetricsMeteredProducer(MicroProfileMetricsEndpoint endpoint)
MicroProfileMetricsTimerProducer(MicroProfileMetricsEndpoint endpoint)
-