An event expression is a special type of expression that is used with the
on statement to define the rules for detecting events of interest and invoking an action when a matching event is detected. In an event expression, you can specify filtering rules based on an event's field values, sequencing rules for events followed by other events, times and time ranges during which an event is of interest, and other rules. See also
The on statement.
Event expressions should not be confused with ordinary EPL expressions of type
event. Ordinary EPL expressions of all types are described in
Expressions.