com.apama.database
Event StopQuery


Request that a running query be stopped.

StopQuery will succeed if the query operation has already been stopped.

See also: StartQuery(), QueryDone()

Dataplayer:
- Direction: Client to correlator
Member summary
 integermessageId

Unique id of the query to stop.
 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 of the query to stop.

serviceId

string serviceId
The service id, Adapter channel name.