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 integrationsstatic voidsetTemplatePath(io.vertx.ext.web.RoutingContext rc, org.jboss.resteasy.reactive.server.core.Deployment deployment)
-
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 -
setTemplatePath
public static void setTemplatePath(io.vertx.ext.web.RoutingContext rc, org.jboss.resteasy.reactive.server.core.Deployment deployment)
-