Module io.helidon

Interface HelidonStartupProvider

All Known Implementing Classes:
CdiStartupProvider

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

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

    • start

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