Event summary |
Activate | The Activate() event must be sent to the Correlator if the Service Framework is being used, and after all relevant Service Interface instances have been created. |
AutoPurgeStore | Wrapper for MemoryStoreConfigurationStore which will automatically purge it's rows depending on the parameters passed into it. |
AutoPurgeTableConstants | The Consts event object contains a set of constants that define the various constant values for common settings, values, and configuration items in the Auto Purge Store/Table. |
ConfigurationRowHelper | Helper object intended to be used by "wrapper" events mapped to rows in a configuration service table. |
ConfigurationRowHelperCallbacks | Callbacks to be supplied by the user of the helper object. |
ConfigurationStoreInterface | Abstract interface to a configuration store. |
ConfigurationTableInterface | Abstract interface to a configuration table within a configuration store. |
MemoryStoreConfigurationStore | Memory Store implementation of the ConfigurationServiceInterface. |
Schema | Schema for a configuration store table. This extends the basic Memory Store schema definition to include the idea of a set of index fields used to form the key for a table row. |
StoreCreateTableSuccess | Event routed by the default #ConfigurationStoreInterface.createTable() onSuccess callback. |
StoreInitSuccess | Event routed by the default #ConfigurationStoreInterface.init() onSuccess callback. |
StoreRequestFailure | Event routed by the default #ConfigurationStoreInterface onError callback. |
TableDeleteRowSuccess | Event routed by the default #ConfigurationTableInterface.deleteRow() onSuccess callback. |
TableRequestFailure | Event routed by the default #ConfigurationTableInterface onError callback. |
TableUpdateRowSuccess | Event routed by the default #ConfigurationTableInterface.updateRow() onSuccess callback. |