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.
  • Uses of Event in io.helidon.inject.api

    Methods in io.helidon.inject.api that return Event
    Modifier and Type
    Method
    Description
    ActivationLogEntry.BuilderBase.ActivationLogEntryImpl.event()
     
    static Event
    Event.valueOf(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this class with the specified name.
    static Event[]
    Event.values()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in io.helidon.inject.api that return types with arguments of type Event
    Modifier and Type
    Method
    Description
    ActivationLogEntry.BuilderBase.event()
    The event.
    Methods in io.helidon.inject.api with parameters of type Event
    Modifier and Type
    Method
    Description
    ActivationLogEntry.BuilderBase.event(Event event)
    The event.
    void
    ActivationPhaseReceiver.onPhaseEvent(Event event, Phase phase)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Called when there is an event transition within the service registry.