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, Scenario, or Dataview name.
 floattimeOut

Seconds to wait for operation to complete.
 dictionary<string, string >extraParams

Any additional settings.
 
Member Detail

extraParams

dictionary<string, string > extraParams
Any additional settings.

messageId

integer messageId
Unique request-response matching number.

name

string name
Event, Scenario, or Dataview name.

storeConfigId

integer storeConfigId
Configuration instance.

timeOut

float timeOut
Seconds to wait for operation to complete.