Add the decorated class method to the bootstrap sequence that happens at the start
of the application. Propel will run all bootstrapped methods in sequence, awaiting
any that are async.
The higher the number, the earlier the bootstrap will be called
Example
classMyClass { @Bootstrap() asyncinit() { // Do bootstrap work } }
Bootstrap Decorator Factory
Add the decorated class method to the bootstrap sequence that happens at the start of the application. Propel will run all bootstrapped methods in sequence, awaiting any that are async.
The higher the number, the earlier the bootstrap will be called
Example
Returns