Class ServerStartRecordingHandler

java.lang.Object
io.quarkus.jfr.runtime.internal.http.rest.reactive.ServerStartRecordingHandler
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 ServerStartRecordingHandler extends Object implements org.jboss.resteasy.reactive.server.spi.ServerRestHandler
Kicks off the creation of a RestStartEvent. This is done very early as to be able to capture events such as 405, 406, etc.
  • Constructor Details

    • ServerStartRecordingHandler

      public ServerStartRecordingHandler()
  • Method Details

    • handle

      public void handle(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext requestContext)
      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