Uses of Interface
io.helidon.pico.api.ActivationRequest
Packages that use ActivationRequest
Package
Description
The Pico API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Pico runtime services.
-
Uses of ActivationRequest in io.helidon.pico.api
Methods in io.helidon.pico.api that return ActivationRequestModifier and TypeMethodDescriptionabstract ActivationRequestInjectorOptions.activationRequest()Optionally, customized activator options to use for theActivator.static ActivationRequestCreates a new activation request.static ActivationRequestPicoServices.createDefaultActivationRequest()Will create an activation request either toPhase.ACTIVEor limited to anyBootstrap.limitRuntimePhase()specified.Methods in io.helidon.pico.api with parameters of type ActivationRequestModifier and TypeMethodDescriptionActivator.activate(ActivationRequest activationRequest) Activate a managed service/provider. -
Uses of ActivationRequest in io.helidon.pico.runtime
Methods in io.helidon.pico.runtime with parameters of type ActivationRequest