com.apama.database
Event StoreOperationAck


The acknowledgement event for StoreEvent or StoreData.

A StoreOperationError will not be sent on error when acknowledge=true.
Member summary
 integermessageId

Unique request-response matching number.
 stringserviceId

The service Id.
 integerdatabaseId

The database id for operation.
 stringerrorMessage

Populated with an errorMessage if there is one.
 dictionary<stringstring>extraParams

Any additional settings.
 
Member detail

databaseId

            integer databaseId
        
The database id for operation.

errorMessage

            string errorMessage
        
Populated with an errorMessage if there is one.

extraParams

            dictionary<stringstringextraParams
        
Any additional settings.

messageId

            integer messageId
        
Unique request-response matching number.

serviceId

            string serviceId
        
The service Id.