- All Superinterfaces:
- LuteceService
- All Known Implementing Classes:
- JPAStartupService
public interface StartUpService
extends LuteceService
StartUp Service Interface.
WARNING A StartupService can't be prefixed by its plugin's name in the plugin Spring context, because plugins are instanciated
after startup services. If the bean is prefixed by the plugin's name, it won't be run. The name should still contains plugin's name to avoid bean
names collisions.