Class Helidon

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

@Deprecated(forRemoval=true, since="4.0.8") public class Helidon extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Helidon inject is deprecated and will be replaced in a future version
Entry point to service registry based Helidon applications.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    static Services
    Deprecated, for removal: This API element is subject to removal in a future version.
    Initialize Helidon Injection service registry.
    static void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Initialize Helidon Injection service registry, and start all startable services.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • serviceRegistry

      public static Services serviceRegistry()
      Deprecated, for removal: This API element is subject to removal in a future version.
      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, for removal: This API element is subject to removal in a future version.
      Initialize Helidon Injection service registry, and start all startable services.