Class Helidon

java.lang.Object
io.helidon.inject.api.Helidon

@Deprecated(since="4.0.0") public class Helidon extends Object
Deprecated.
this type may have backward incompatible changes, as it is considered a preview feature of Helidon!
Entry point to service registry based Helidon applications.
See Also:
  • Method Details

    • serviceRegistry

      public static Services serviceRegistry()
      Deprecated.
      Initialize Helidon Injection service registry. In case the intent is to also start services, such as WebServer, see start().
      Returns:
      service registry
    • start

      public static void start()
      Deprecated.
      Initialize Helidon Injection service registry, and start all startable services.