We use DataHubInitializationCompletedEvent
to run code that needs the datahub up and running. It seems to work fine. However, it seems is not a good basis for sound software development, even if an official example uses the same event in FeetionListener
.
Is there a documentation of DataHubInitializationCompletedEvent
somewhere?
* I think https://wiki.hybris.com/display/release5/Data+Hub+Events would be a good place
The name is a bit misleading, initialization in the hybris world usually means a one time thing, clearing the database, etc.