com.apama.database
Event PauseQuery


Request that a running query be paused.

When the query is paused, a BatchDone is returned. To restart a query send get next batch. Note, it is possible to send a PauseQuery and get a QueryDone if the query is completed before the PauseQuery arrives.

See also: StartQuery(), StopQuery(), QueryDone()

Dataplayer:
- Direction: Client to correlator
Member summary
 integermessageId

Unique id for this query.
 stringserviceId

The service id, Adapter channel name.
 dictionary<stringstring>extraParams

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

extraParams

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

messageId

            integer messageId
        
Unique id for this query.

serviceId

            string serviceId
        
The service id, Adapter channel name.