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 Classes
    Modifier and Type
    Class
    Description
    (package private) static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    filter(org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestContext requestContext)
     
    void
    filter(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, wait

    Methods inherited from interface org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestFilter

    filter

    Methods inherited from interface org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientResponseFilter

    filter
  • Constructor Details

  • Method Details

    • filter

      public void filter(org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestContext requestContext)
      Specified by:
      filter in interface org.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:
      filter in interface org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientResponseFilter