OptionalcloseThe function to invoke when closing out of this application
OptionalcreateThe function to invoke when creating this application
OptionaldeleteThe function to invoke when deleting this application
OptionaloptThe function to invoke when opting in to this application
OptionalupdateThe function to invoke when updating this application
Defines conventional routing method names. When used, methods with these names will be implicitly routed to the corresponding application lifecycle event.
Remarks
This behaviour is independent of a contract explicitly implementing this interface. The interface is provided simply to improve the developer experience of using this feature.