Class ObservabilityHandler

  • All Implemented Interfaces:
    org.jboss.resteasy.reactive.server.spi.ServerRestHandler, org.jboss.resteasy.reactive.spi.RestHandler<org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext>

    public class ObservabilityHandler
    extends Object
    implements org.jboss.resteasy.reactive.server.spi.ServerRestHandler
    • Field Detail

      • MULTIPLE_SLASH_PATTERN

        static final Pattern MULTIPLE_SLASH_PATTERN
    • Constructor Detail

      • ObservabilityHandler

        public ObservabilityHandler()
    • Method Detail

      • getTemplatePath

        public String getTemplatePath()
      • setTemplatePath

        public void setTemplatePath​(String templatePath)
      • handle

        public void handle​(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext requestContext)
                    throws Exception
        Specified by:
        handle in interface org.jboss.resteasy.reactive.spi.RestHandler<org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext>
        Specified by:
        handle in interface org.jboss.resteasy.reactive.server.spi.ServerRestHandler
        Throws:
        Exception