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.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    run(String... args)