Apama 10.15.0 | Developing Apama Applications | EPL Reference | Types | Primitive and string types
 
Primitive and string types
Apama supports the following primitive types:
*boolean
*decimal
*float
*integer
In addition, there is string which is technically a reference type. However, strings are immutable. Therefore, string behaves more like a primitive type than a reference type.