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 ServiceDiscoveryServiceDiscovery.create()Create a new instance that discovers service descriptors from classpath.static ServiceDiscoveryServiceDiscovery.create(ServiceRegistryConfig config) Create a new instance that discovers service descriptors based on the configuration.static ServiceDiscoveryServiceDiscovery.noop()Service discovery that does not discover anything.