Class ObservabilityHandler
- java.lang.Object
-
- io.quarkus.resteasy.reactive.server.runtime.observability.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 Summary
Fields Modifier and Type Field Description (package private) static PatternMULTIPLE_SLASH_PATTERN
-
Constructor Summary
Constructors Constructor Description ObservabilityHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTemplatePath()voidhandle(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext requestContext)voidsetTemplatePath(String templatePath)
-
-
-
Field Detail
-
MULTIPLE_SLASH_PATTERN
static final Pattern MULTIPLE_SLASH_PATTERN
-
-
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:
handlein interfaceorg.jboss.resteasy.reactive.spi.RestHandler<org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext>- Specified by:
handlein interfaceorg.jboss.resteasy.reactive.server.spi.ServerRestHandler- Throws:
Exception
-
-