This module defines an interface for startup handlers that are called during system startup or reset.
This is an interface for startup handlers. These handlers are called automatically in the startup sequence; see the eoxserver.core.system module documentation. It is intended to be implemented by modules or components that need additional global system setup operations.
This method is called in the startup sequence after the configuration has been validated and the registry has been set up. Those are passed as config and registry parameters respectively.
It may perform any additional logic needed for the setup of the components concerned by the implementation.
This method is called in the reset sequence after the new configuration has been validated and the registry has been set up. Those are passed as config and registry parameters respectively.
It may perform any additional logic needed by the components concerned by the implementation for switching to the new configuration.