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 TypeMethodDescriptionvoidonPhaseEvent(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
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 eventphase- the phase
-