java.lang.Object
io.helidon.inject.api.Helidon
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 TypeMethodDescriptionstatic ServicesDeprecated, for removal: This API element is subject to removal in a future version.Initialize Helidon Injection service registry.static voidstart()Deprecated, for removal: This API element is subject to removal in a future version.Initialize Helidon Injection service registry, and start all startable services.
-
Method Details
-
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, seestart().- 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.
-