java.lang.Object
io.helidon.inject.api.Helidon
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
Deprecated.Initialize Helidon Injection service registry. In case the intent is to also start services, such as WebServer, seestart()
.- Returns:
- service registry
-
start
public static void start()Deprecated.Initialize Helidon Injection service registry, and start all startable services.
-