Developing Apama Applications > Developing Apama Applications in Java > Defining Event Expressions > About event templates
About event templates
The first part of an event template defines the event type of suitable events (in this case Tick), while the section in brackets describes filtering criteria that must be applied to the contents of events of the desired type for them to match.
In the example at the beginning of the chapter, the first parameter within the event template has been set to a wildcard (*), specifying that all Tick events, regardless of the value of their name parameter, are suitable. That is, as long as their second parameter, price, is greater than 10.The filtering criteria supplied are applied to the event’s contents in the same order as within the event definition for that event type. This is known as positional syntax.
Specifying parameter constraints in event templates lists all the filtering operators (like “>” above) that can be applied to the value of a parameter within an event template.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.