com.apama.database
Event StoreConfigurationAck


Response to store configuration request.

See also: CreateStoreConfiguration, StartStoreConfiguration, StopStoreConfiguration, DeleteStoreConfiguration.

ErrorMessage is blank on success, or otherwise a description of the error.
Member summary
 integermessageId

Unique request-response matching number.
 integerstoreConfigId

Configuration instance.
 contextstoreContext

Context used if parallelExecution requested.
 stringname

Event name.
 stringerrorMessage

Blank on success, otherwise the error message.
 dictionary<stringstring>extraParams

Any additional settings.
 
Member detail

errorMessage

            string errorMessage
        
Blank on success, otherwise the error message.

extraParams

            dictionary<stringstringextraParams
        
Any additional settings.

messageId

            integer messageId
        
Unique request-response matching number.

name

            string name
        
Event name.

storeConfigId

            integer storeConfigId
        
Configuration instance.

storeContext

            context storeContext
        
Context used if parallelExecution requested.