Uses of Interface
io.helidon.service.registry.Activator
Packages that use Activator
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 Activator in io.helidon.service.registry
Methods in io.helidon.service.registry that return ActivatorModifier and TypeMethodDescription<T> Activator
<T> ScopedRegistry.activator
(ServiceInfo descriptor, Supplier<Activator<T>> activatorSupplier) Provides either an existing activator, if one is already available in this scope, or adds a new activator instance.Method parameters in io.helidon.service.registry with type arguments of type ActivatorModifier and TypeMethodDescription<T> Activator
<T> ScopedRegistry.activator
(ServiceInfo descriptor, Supplier<Activator<T>> activatorSupplier) Provides either an existing activator, if one is already available in this scope, or adds a new activator instance.