-
-
Notifications
You must be signed in to change notification settings - Fork 7
Startup tasks
Ahmad K. Bawaneh edited this page Nov 7, 2021
·
6 revisions
In a Domino-mvp application we can create and register as many startup tasks as we want, after we call ClientApp.mak().run()
in the main entry point, and after we configure all application module only, all startup tasks will be executed before any presenter can be activated.
Startup tasks are useful for doing application specific configuration or loading lookups for example.
There is two types of startup tasks, ClientStartupTask
-simple startup task- and AsyncClientStartupTask