com.apama.database
Event Command


Sent to adapter to perform maintenance operations such as update or delete.

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

Unique request-response matching number.
 stringserviceId

The service id.
 integerdatabaseId

The database id.
 stringoperationString

Command string (Update, delete, etc.).
 dictionary<stringstring>extraParams

This is currently a container to allow additional information in the future.
 
Member detail

databaseId

            integer databaseId
        
The database id.

extraParams

            dictionary<stringstringextraParams
        
This is currently a container to allow additional information in the future.

messageId

            integer messageId
        
Unique request-response matching number.

operationString

            string operationString
        
Command string (Update, delete, etc.).

serviceId

            string serviceId
        
The service id.