Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-langer committed Dec 17, 2024
1 parent cb2a49d commit 1b8ae0a
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ public final class ServiceRegistryManager {

/**
* Create a new manager based on the provided binding (usually code generated), and start the service registry
* services according to the configured run levels. Honor configured options.
* services according to the configured run levels.
* <p>
* Registers the registry as the {@link io.helidon.service.registry.GlobalServiceRegistry}.
* <p>
* Configuration options are handled as follows:
* <ul>
Expand Down Expand Up @@ -112,6 +114,8 @@ public static ServiceRegistryManager start(Binding binding, ServiceRegistryConfi
* Start the service registry with no generated binding with the provided config.
* This method honors {@link ServiceRegistryConfig#maxRunLevel()} and {@link ServiceRegistryConfig#runLevels()}
* to initialize services that fit.
* <p>
* Registers the registry as the {@link io.helidon.service.registry.GlobalServiceRegistry}.
*
* @param config configuration of the service registry
* @return a new registry manager with initialized registry
Expand All @@ -123,6 +127,8 @@ public static ServiceRegistryManager start(ServiceRegistryConfig config) {
/**
* Create a new manager based on the provided binding (usually code generated), and start the service registry
* services according to the configured run levels.
* <p>
* Registers the registry as the {@link io.helidon.service.registry.GlobalServiceRegistry}.
*
* @param binding generated binding
* @return a new registry manager with an initialized registry
Expand Down

0 comments on commit 1b8ae0a

Please sign in to comment.