Table of Contents

Search

  1. Preface
  2. RulePoint
  3. RulePoint Concepts
  4. Using RulePoint
  5. RulePoint Objects
  6. Working with Topics
  7. Working with Connections
  8. Working with Sources
  9. Working with Responders
  10. Working with Responses
  11. Working with Watchlists
  12. Working with Analytics
  13. DRQL
  14. Working with Rules
  15. Working with Alerts
  16. Setting Access Controls
  17. Troubleshooting RulePoint Issues
  18. Connecting to an Ultra Messaging Application
  19. Creating an Ultra Messaging JMS Source

User Guide

User Guide

Specifying Topic Properties

Specifying Topic Properties

In a single topic rule, when referencing a topic property in a condition, you can include the full topic name or the topic alias followed by dot (.) and the topic property. However, in a multiple topic rule, you must reference the topic.
For example, the following clause looks for stock event s with a stock symbol of XYZ:
WITH symbol = "XYZ"
You can also define the same condition using the alias s:
WITH s.symbol = "XYZ"
The use of an alias becomes important when you are specifying multiple topics in a rule and need to identify the topic for which you are evaluating a particular property.
You can define the same condition using the full topic name:
WITH stock.symbol = "XYZ"

0 COMMENTS

We’d like to hear from you!