Packages |
---|
<Default Package> | Built-in EPL types such as string, float, dictionary, sequence, optional, and any. |
com.apama | Built-in Channel type. |
com.apama.aggregates | Aggregate functions such as mean and max for use with EPL stream queries. |
com.apama.correlator | API for interacting with the correlator from EPL including UserStatusChanged, Component and Logging. |
com.apama.correlator.timeformat | Time and time format library based around TimeFormat. |
com.apama.cumulocity | Cumulocity API, for example to send/receive a Measurement, subscribe to notifications with Subscribe or call the Cumulocity REST API directly with GenericRequest. |
com.apama.cumulocity.mqttservice | MQTT Service connectivity-plugin API for subscribing to messages from Cumulocity MQTT Service. |
com.apama.cumulocity.notifications2 | Notifications 2.0 connectivity-plugin API for subscribing to Pulsar messages from Cumulocity. |
com.apama.exceptions | Built-in Exception type. |
com.apama.functional | Functional programming library including features such as map, filter, sendToChannel and a fluent-style wrapper called Functional. |
com.apama.json | JSON string parsing/generation library for EPL using the JSONPlugin event. |
com.apama.memorystore | Table-based memory/file storage of data from EPL. |
com.apama.oob | Out of band notifications when senders/receivers (such as external clients and other correlators) connect/disconnect from the correlator. |
com.apama.util | Various EPL utilities including the AnyExtractor and Base64 utilities. |
com.softwareag.connectivity | API for interacting with connectivity plug-ins, for example onApplicationInitialized and createDynamicChain. |
com.softwareag.connectivity.control | Control request/response events for connectivity plug-ins that support reliability. |
com.softwareag.connectivity.httpclient | HTTP client connectivity-plugin API for sending a Request to an HTTP server. |
TimeZone | Constants for specifying any standard time zone in EPL at(...) listeners or the TimeFormat library. |