com.apama.database
Event StartStoreConfiguration


Request to start an instance of a store configuration.

Once the configuration is ready a StoreConfigurationReady will be sent. On recovery from an adapter down condition a StoreConfigurationReady will be sent again when the configuration has reconnected and is again ready.

See also: StoreConfigurationAck, StoreConfigurationReady

Response event: StoreConfigurationAck; errorMessage is blank on success, or otherwise a description of the error.
Member summary
 integermessageId

Unique request-response matching number.
 integerstoreConfigId

Configuration instance.
 stringname

Event name.
 floattimeOut

Seconds to wait for operation to complete.
 dictionary<stringstring>extraParams

Any additional settings.
 
Member detail

extraParams

            dictionary<stringstringextraParams
        
Any additional settings.

messageId

            integer messageId
        
Unique request-response matching number.

name

            string name
        
Event name.

storeConfigId

            integer storeConfigId
        
Configuration instance.

timeOut

            float timeOut
        
Seconds to wait for operation to complete.