Uses of Class
io.quarkus.jfr.runtime.internal.http.rest.reactive.ReactiveServerEventRecorder
Packages that use ReactiveServerEventRecorder
-
Uses of ReactiveServerEventRecorder in io.quarkus.jfr.runtime.internal.http.rest.reactive
Methods in io.quarkus.jfr.runtime.internal.http.rest.reactive that return ReactiveServerEventRecorderModifier and TypeMethodDescriptionReactiveServerEventRecorder.commitStartEventIfNecessary()ReactiveServerEventRecorderProducer.create(io.quarkus.jfr.api.IdProducer idProducer, io.vertx.core.http.HttpServerRequest vertxRequest) ReactiveServerEventRecorder.createAndStartPeriodEvent()ReactiveServerEventRecorder.createStartEvent()ReactiveServerEventRecorder.endPeriodEvent()ReactiveServerEventRecorder.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.ReactiveServerEventRecorder.updateResourceInfo(ResourceInfo resourceInfo) Constructors in io.quarkus.jfr.runtime.internal.http.rest.reactive with parameters of type ReactiveServerEventRecorder