Module io.helidon

Interface HelidonStartupProvider

All Known Implementing Classes:
CdiStartupProvider, RegistryStartupProvider

public interface HelidonStartupProvider
ServiceLoader provider interface to discover the correct startup type. Only the first provider (with the highest Weight) will be used.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    start(String[] arguments)
    Start the runtime.
  • Method Details Link icon

    • start Link icon

      void start(String[] arguments)
      Start the runtime.
      Parameters:
      arguments - command line arguments