Uses of Interface
io.helidon.service.registry.Scope
Packages that use Scope
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 Scope in io.helidon.service.registry
Methods in io.helidon.service.registry that return ScopeModifier and TypeMethodDescriptionScopes.createScope
(TypeName scope, String id, Map<ServiceDescriptor<?>, Object> initialBindings) Create a registry managed scope.Methods in io.helidon.service.registry that return types with arguments of type ScopeModifier and TypeMethodDescriptionService.ScopeHandler.currentScope()
Get the current scope if available.Methods in io.helidon.service.registry with parameters of type ScopeModifier and TypeMethodDescriptiondefault void
Activate the given scope.default void
Service.ScopeHandler.deactivate
(Scope scope) De-activate the given scope.