Class ObservabilityIntegrationRecorder
- java.lang.Object
-
- io.quarkus.resteasy.reactive.server.runtime.observability.ObservabilityIntegrationRecorder
-
public class ObservabilityIntegrationRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description ObservabilityIntegrationRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>preAuthFailureHandler(io.quarkus.runtime.RuntimeValue<org.jboss.resteasy.reactive.server.core.Deployment> deploymentRV)Returns a handler that sets the special property URI Template path needed by various observability integrations
-
-
-
Method Detail
-
preAuthFailureHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> preAuthFailureHandler(io.quarkus.runtime.RuntimeValue<org.jboss.resteasy.reactive.server.core.Deployment> deploymentRV)
Returns a handler that sets the special property URI Template path needed by various observability integrations
-
-