Uses of Interface
io.helidon.service.registry.ServiceDiscovery
Packages that use ServiceDiscovery
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 ServiceDiscovery in io.helidon.service.registry
Methods in io.helidon.service.registry that return ServiceDiscoveryModifier and TypeMethodDescriptionstatic ServiceDiscovery
ServiceDiscovery.create()
Create a new instance that discovers service descriptors from classpath.static ServiceDiscovery
ServiceDiscovery.create
(ServiceRegistryConfig config) Create a new instance that discovers service descriptors based on the configuration.static ServiceDiscovery
ServiceDiscovery.noop()
Service discovery that does not discover anything.