You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will enable handlers to do some logic based on fully initialised controllers that currently needs to be done in update every time. For example, filtering a list of child attributes to create status from. By default initialise will do nothing.
Acceptance Criteria
Handlers can implement an initialise method that will be called with a initialised controller instance before the backend enters its run loop.
The text was updated successfully, but these errors were encountered:
This will enable handlers to do some logic based on fully initialised controllers that currently needs to be done in
update
every time. For example, filtering a list of child attributes to create status from. By defaultinitialise
will do nothing.Acceptance Criteria
The text was updated successfully, but these errors were encountered: