Package com.apama.config

Event summary
ActivateThe 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.
AutoPurgeStoreWrapper for MemoryStoreConfigurationStore which will automatically purge it's rows depending on the parameters passed into it.
AutoPurgeTableConstantsThe 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.
ConfigurationRowHelperHelper object intended to be used by "wrapper" events mapped to rows in a configuration service table.
ConfigurationRowHelperCallbacksCallbacks to be supplied by the user of the helper object.
ConfigurationStoreInterfaceAbstract interface to a configuration store.
ConfigurationTableInterfaceAbstract interface to a configuration table within a configuration store.
MemoryStoreConfigurationStoreMemory Store implementation of the ConfigurationServiceInterface.
SchemaSchema 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.
StoreCreateTableSuccessEvent routed by the default #ConfigurationStoreInterface.createTable() onSuccess callback.
StoreInitSuccessEvent routed by the default #ConfigurationStoreInterface.init() onSuccess callback.
StoreRequestFailureEvent routed by the default #ConfigurationStoreInterface onError callback.
TableDeleteRowSuccessEvent routed by the default #ConfigurationTableInterface.deleteRow() onSuccess callback.
TableRequestFailureEvent routed by the default #ConfigurationTableInterface onError callback.
TableUpdateRowSuccessEvent routed by the default #ConfigurationTableInterface.updateRow() onSuccess callback.