com.apama.database
Event QueryStatus


Status event in response to the StartQuery event. QueryStatus() contains the status of a currently active query request.

See also: StartQuery()

Dataplayer:
- Direction: Correlator to client

Channel: <serviceId>.Control
Member summary
 integermessageId

Unique id for this query.
 stringserviceId

The service id, Adapter channel name.
 integereventCount

Number of events sent so far.
 floatlastEventTime

Timestamp of last event sent.
 dictionary<stringstring>extraParams

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

eventCount

            integer eventCount
        
Number of events sent so far.

extraParams

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

lastEventTime

            float lastEventTime
        
Timestamp of last event sent.

messageId

            integer messageId
        
Unique id for this query.

serviceId

            string serviceId
        
The service id, Adapter channel name.