Interface QuarkusApplication


  • public interface QuarkusApplication
    This is usually used for command mode applications with a startup logic. The logic is executed inside run(java.lang.String...) method before the main application exits.