Class AttachExceptionHandler
- java.lang.Object
-
- io.quarkus.opentelemetry.runtime.tracing.intrumentation.resteasy.AttachExceptionHandler
-
- All Implemented Interfaces:
ServerRestHandler,org.jboss.resteasy.reactive.spi.RestHandler<ResteasyReactiveRequestContext>
public class AttachExceptionHandler extends Object implements ServerRestHandler
-
-
Constructor Summary
Constructors Constructor Description AttachExceptionHandler()
-
-
-
Method Detail
-
handle
public void handle(ResteasyReactiveRequestContext requestContext) throws Exception
- Specified by:
handlein interfaceorg.jboss.resteasy.reactive.spi.RestHandler<ResteasyReactiveRequestContext>- Specified by:
handlein interfaceServerRestHandler- Throws:
Exception
-
-