Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.epl.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ConfigurationPlugInPatternObject> |
ConfigurationInformation.getPlugInPatternObjects()
Returns a list of configured plug-ins for pattern observers and guards.
|
java.util.List<ConfigurationPlugInPatternObject> |
Configuration.getPlugInPatternObjects() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableObjectCollection.addPatternObjects(java.util.List<ConfigurationPlugInPatternObject> configPattern)
Add a plug-in pattern object.
|