Event Configuration

Canvas provides the ability to model all the activities happening within the application in the form of Events. An event is a combination of the entitlement parameter applicable for that functionality and the action. This provides a powerful way to set up an event driven sub system that allows for extension of functionality.

Features:

  • Declarative model of defining Events
  • Multiple handler configuration support
  • Synchronous / Asynchronous event handler configuration


For more information, refer Events and Audit Framework.