Uses of Interface
io.helidon.service.registry.ServiceInstance
Packages that use ServiceInstance
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 ServiceInstance in io.helidon.service.registry
Methods in io.helidon.service.registry that return types with arguments of type ServiceInstanceModifier and TypeMethodDescription<T> List
<ServiceInstance<T>> ServiceRegistry.lookupInstances
(Lookup lookup) A lookup method that provides a list of qualified instances, rather than just a service instance.