com.apama.config
Event ConfigurationRowHelperCallbacks


Callbacks to be supplied by the user of the helper object.
Member summary
 action<com.apama.memorystore.Row>setData

Update the row in the configuration store from values supplied by the callback.
 action<com.apama.memorystore.Row>getData

Get the latest values from the configuration store row.
 action<integer>onUpdateRow

Action to be called when the row has been added or updated successfully.
 action<integer, string>onError

Action to be called if the row cannot be added or updated.
 
Member detail

getData

            action<com.apama.memorystore.Row> getData
        
Get the latest values from the configuration store row.

onError

            action<integer, string> onError
        
Action to be called if the row cannot be added or updated.

onUpdateRow

            action<integer> onUpdateRow
        
Action to be called when the row has been added or updated successfully.

setData

            action<com.apama.memorystore.Row> setData
        
Update the row in the configuration store from values supplied by the callback.