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.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext requestContext)
-
Constructor Details
-
ServerStartRecordingHandler
public ServerStartRecordingHandler()
-
-
Method Details
-
handle
public void handle(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext requestContext) - 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
-