Interface MicroProfileMetricsEventNotifierNamingStrategy
-
public interface MicroProfileMetricsEventNotifierNamingStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getName(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)
default org.eclipse.microprofile.metrics.Tag[]
getTags(org.apache.camel.spi.CamelEvent.ExchangeEvent event, org.apache.camel.Endpoint endpoint)
-
-
-
Method Detail
-
getName
String getName(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)
-
getTags
default org.eclipse.microprofile.metrics.Tag[] getTags(org.apache.camel.spi.CamelEvent.ExchangeEvent event, org.apache.camel.Endpoint endpoint)
-
-