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 | Field and Description |
---|---|
protected List<ConfigurationPlugInPatternObject> |
Configuration.plugInPatternObjects
List of configured plug-in pattern objects.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigurationPlugInPatternObject> |
ConfigurationInformation.getPlugInPatternObjects()
Returns a list of configured plug-ins for pattern observers and guards.
|
List<ConfigurationPlugInPatternObject> |
Configuration.getPlugInPatternObjects() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableObjectCollection.addPatternObjects(List<ConfigurationPlugInPatternObject> configPattern,
EngineImportService engineImportService)
Add a plug-in pattern object.
|