Class RestClientMetricsListener
- java.lang.Object
-
- io.quarkus.micrometer.runtime.binder.RestClientMetricsListener
-
- All Implemented Interfaces:
org.eclipse.microprofile.rest.client.spi.RestClientListener
public class RestClientMetricsListener extends Object implements org.eclipse.microprofile.rest.client.spi.RestClientListener
This is initialized via ServiceFactory (static/non-CDI initialization)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classRestClientMetricsListener.MetricsClientRequestFilter(package private) static classRestClientMetricsListener.MetricsClientResponseFilter(package private) static classRestClientMetricsListener.RestClientMetricInfo
-
Constructor Summary
Constructors Constructor Description RestClientMetricsListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonNewClient(Class<?> serviceInterface, org.eclipse.microprofile.rest.client.RestClientBuilder builder)(package private) booleanprepClientMetrics()
-
-
-
Method Detail
-
onNewClient
public void onNewClient(Class<?> serviceInterface, org.eclipse.microprofile.rest.client.RestClientBuilder builder)
- Specified by:
onNewClientin interfaceorg.eclipse.microprofile.rest.client.spi.RestClientListener
-
prepClientMetrics
boolean prepClientMetrics()
-
-