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

io.quarkus.runtime.QuarkusApplication Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
package io.quarkus.runtime;

/**
 * This is usually used for command mode applications with a startup logic. The logic is executed inside
 * {@link QuarkusApplication#run} method before the main application exits.
 */
public interface QuarkusApplication {

    int run(String... args) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy