EPL supports the use of variables in monitors. Depending on where in the monitor you declare a variable, that variable is global or local:
A variable can be of any of the following types:
boolean,
decimal,
float,
integer,
string,
action,
context,
dictionary,
event,
listener,
location,
sequence or
stream. For details about these types, see
Types.