
io.quarkus.jfr.runtime.http.rest.RestPeriodEvent Maven / Gradle / Ivy
package io.quarkus.jfr.runtime.http.rest;
import io.quarkus.jfr.runtime.http.AbstractHttpEvent;
import jdk.jfr.Category;
import jdk.jfr.Description;
import jdk.jfr.Label;
import jdk.jfr.Name;
import jdk.jfr.StackTrace;
@Label("REST")
@Category({ "Quarkus", "HTTP" })
@Name("quarkus.Rest")
@Description("REST Server has been processing during this period")
@StackTrace(false)
public class RestPeriodEvent extends AbstractHttpEvent {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy