Uses of Interface
io.helidon.service.registry.Binding
Packages that use Binding
Package
Description
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader
).-
Uses of Binding in io.helidon.service.registry
Classes in io.helidon.service.registry that implement BindingMethods in io.helidon.service.registry with parameters of type BindingModifier and TypeMethodDescriptionstatic 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.static ServiceRegistryManager
ServiceRegistryManager.start
(Binding binding, 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.