Class ReactiveServerEventRecorder
java.lang.Object
io.quarkus.jfr.runtime.internal.http.rest.reactive.ReactiveServerEventRecorder
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveServerEventRecorder(RequestInfo requestInfo, io.quarkus.jfr.api.IdProducer idProducer) -
Method Summary
Modifier and TypeMethodDescriptionBecause this can be called when a start event has not been completely handled (this happens when request processing failed because a Resource method could not be identified), we need to handle that event as well.updateResourceInfo(ResourceInfo resourceInfo)
-
Constructor Details
-
ReactiveServerEventRecorder
public ReactiveServerEventRecorder(RequestInfo requestInfo, io.quarkus.jfr.api.IdProducer idProducer)
-
-
Method Details
-
createStartEvent
-
createAndStartPeriodEvent
-
updateResourceInfo
-
commitStartEventIfNecessary
-
recordEndEvent
Because this can be called when a start event has not been completely handled (this happens when request processing failed because a Resource method could not be identified), we need to handle that event as well. -
endPeriodEvent
-