Uses of Interface
io.quarkus.bootstrap.app.RunningQuarkusApplication
-
Packages that use RunningQuarkusApplication Package Description io.quarkus.bootstrap.app -
-
Uses of RunningQuarkusApplication in io.quarkus.bootstrap.app
Methods in io.quarkus.bootstrap.app that return RunningQuarkusApplication Modifier and Type Method Description RunningQuarkusApplicationStartupAction. run(String... args)RunningQuarkusApplicationStartupAction. runMainClass(String... args)Runs the application by running the main method of the main class.
-