Class RestClientMetricsFilter
java.lang.Object
io.quarkus.micrometer.runtime.binder.vertx.RestClientMetricsFilter
- All Implemented Interfaces:
jakarta.ws.rs.client.ClientRequestFilter,jakarta.ws.rs.client.ClientResponseFilter,org.jboss.resteasy.reactive.client.impl.PreservesThreadClientResponseFilter,org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestFilter,org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientResponseFilter
@Provider
public class RestClientMetricsFilter
extends Object
implements org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestFilter, org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientResponseFilter
A client filter for the Quarkus REST Client that records Micrometer data
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestContext requestContext) voidfilter(org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestContext requestContext, jakarta.ws.rs.client.ClientResponseContext responseContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestFilter
filterMethods inherited from interface org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientResponseFilter
filter
-
Constructor Details
-
RestClientMetricsFilter
-
-
Method Details
-
filter
public void filter(org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestContext requestContext) - Specified by:
filterin interfaceorg.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestFilter
-
filter
public void filter(org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestContext requestContext, jakarta.ws.rs.client.ClientResponseContext responseContext) - Specified by:
filterin interfaceorg.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientResponseFilter
-