Uses of Class
org.apache.camel.component.micrometer.MicrometerEndpoint
-
Packages that use MicrometerEndpoint Package Description org.apache.camel.component.micrometer -
-
Uses of MicrometerEndpoint in org.apache.camel.component.micrometer
Methods in org.apache.camel.component.micrometer that return MicrometerEndpoint Modifier and Type Method Description MicrometerEndpointAbstractMicrometerProducer. getEndpoint()Methods in org.apache.camel.component.micrometer with parameters of type MicrometerEndpoint Modifier and Type Method Description protected abstract voidAbstractMicrometerProducer. doProcess(org.apache.camel.Exchange exchange, MicrometerEndpoint endpoint, T meter)protected voidCounterProducer. doProcess(org.apache.camel.Exchange exchange, MicrometerEndpoint endpoint, io.micrometer.core.instrument.Counter counter)protected voidDistributionSummaryProducer. doProcess(org.apache.camel.Exchange exchange, MicrometerEndpoint endpoint, io.micrometer.core.instrument.DistributionSummary summary)protected voidTimerProducer. doProcess(org.apache.camel.Exchange exchange, MicrometerEndpoint endpoint, io.micrometer.core.instrument.Timer timer)Constructors in org.apache.camel.component.micrometer with parameters of type MicrometerEndpoint Constructor Description AbstractMicrometerProducer(MicrometerEndpoint endpoint)CounterProducer(MicrometerEndpoint endpoint)DistributionSummaryProducer(MicrometerEndpoint endpoint)TimerProducer(MicrometerEndpoint endpoint)
-