Uses of Enum Class
io.helidon.inject.api.Event
Packages that use Event
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Config-driven Services API.
Injection runtime services.
-
Uses of Event in io.helidon.inject.api
Methods in io.helidon.inject.api that return EventModifier and TypeMethodDescriptionstatic Event
Returns the enum constant of this class with the specified name.static Event[]
Event.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.inject.api with parameters of type EventModifier and TypeMethodDescriptionvoid
ActivationPhaseReceiver.onPhaseEvent
(Event event, Phase phase) Called when there is an event transition within the service registry. -
Uses of Event in io.helidon.inject.configdriven.runtime
Methods in io.helidon.inject.configdriven.runtime with parameters of type EventModifier and TypeMethodDescriptionvoid
ConfigDrivenServiceProviderBase.onPhaseEvent
(Event event, Phase phase) -
Uses of Event in io.helidon.inject.runtime
Methods in io.helidon.inject.runtime with parameters of type EventModifier and TypeMethodDescriptionvoid
AbstractServiceProvider.onPhaseEvent
(Event event, Phase phase)