Class ObservabilityIntegrationRecorder
java.lang.Object
io.quarkus.resteasy.reactive.server.runtime.observability.ObservabilityIntegrationRecorder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.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
-
Constructor Details
-
ObservabilityIntegrationRecorder
public ObservabilityIntegrationRecorder()
-
-
Method Details
-
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
-