Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Query end points are channels to communicate with the TQLEngine through the TQL FacetInstance.

Query end points are defined in the mqp file. 

When you deploy or export a project from TQLStudio, it automatically generate the mqp file for you, which defines two query end points:

http:// - for all queries except subscription. This is synchronous 

ws:// - subscription is always sent and received from the WebSocket channel. Asynchronous

Describe the common structure of a query end point, which contains the facet ID

Can query end points be changed after deployment?

  • No labels