public interface StartupAction
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader() |
RunningQuarkusApplication |
run(String... args) |
RunningQuarkusApplication |
runMainClass(String... args)
Runs the application by running the main method of the main class.
|
RunningQuarkusApplication run(String... args) throws Exception
ExceptionClassLoader getClassLoader()
RunningQuarkusApplication runMainClass(String... args) throws Exception
io.quarkus.runtime.ApplicationLifecycleManager#setDefaultExitCodeHandler(Consumer)
of the JVM will exit when the app stops.ExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.