All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.jfr.runtime.http.rest.RestStartEvent 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.Enabled;
import jdk.jfr.Label;
import jdk.jfr.Name;
import jdk.jfr.StackTrace;

@Label("REST Start")
@Category({ "Quarkus", "HTTP" })
@Name("quarkus.RestStart")
@Description("REST Server processing has started")
@StackTrace(false)
@Enabled(false)
public class RestStartEvent extends AbstractHttpEvent {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy