Uses of Interface
io.helidon.service.registry.ServiceInfo
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 ServiceInfo in io.helidon.service.registry
Modifier and TypeInterfaceDescriptionstatic interface
A descriptor of a service.Modifier and TypeMethodDescriptionServiceRegistry.allServices
(TypeName contract) Get all services for a specific contract.default List
<ServiceInfo> ServiceRegistry.allServices
(Class<?> contract) Get all services for a specific contract.Modifier and TypeMethodDescription<T> Optional
<T> ServiceRegistry.get
(ServiceInfo serviceInfo) Provide a value for a specific service info instance.