Class ReactiveServerFilters

java.lang.Object
io.quarkus.jfr.runtime.internal.http.rest.reactive.ReactiveServerFilters

public class ReactiveServerFilters extends Object
  • Constructor Details

  • Method Details

    • requestFilter

      public void requestFilter(org.jboss.resteasy.reactive.server.SimpleResourceInfo resourceInfo)
      Executed if request processing proceeded correctly. We now have to update the start event with the resource class and method data and also commit the event.
    • responseFilter

      public void responseFilter()
      This will execute regardless of a processing failure or not. If there was a failure, we need to check if the start event was not committed (which happens when request was not matched to any resource method) and if so, commit it.