Package io.quarkus.runtime
Interface QuarkusApplication
-
public interface QuarkusApplicationThis is usually used for command mode applications with a startup logic. The logic is executed insiderun(java.lang.String...)method before the main application exits.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intrun(String... args)
-