Interface ActivationPhaseReceiver


@Deprecated(forRemoval=true, since="4.0.8") public interface ActivationPhaseReceiver
Deprecated, for removal: This API element is subject to removal in a future version.
Helidon inject is deprecated and will be replaced in a future version
A receiver of events from the Services registry and providers held by the service registry.

Note that only ServiceProvider's implement this contract that are also bound to the global Services registry are currently capable of receiving events.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.
  • Method Details

    • onPhaseEvent

      void 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.
      Parameters:
      event - the event
      phase - the phase