Class ObservabilityIntegrationRecorder

java.lang.Object
io.quarkus.resteasy.reactive.server.runtime.observability.ObservabilityIntegrationRecorder

public class ObservabilityIntegrationRecorder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)