Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Field and Description |
---|---|
protected List<ConfigurationPlugInSingleRowFunction> |
Configuration.plugInSingleRowFunctions
List of configured plug-in single-row functions.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigurationPlugInSingleRowFunction> |
ConfigurationInformation.getPlugInSingleRowFunctions()
Returns a list of configured plug-in single-row functions.
|
List<ConfigurationPlugInSingleRowFunction> |
Configuration.getPlugInSingleRowFunctions() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOperations.addPlugInSingleRowFunction(ConfigurationPlugInSingleRowFunction singleRowFunction)
Add a plug-in single-row function
|
void |
Configuration.addPlugInSingleRowFunction(ConfigurationPlugInSingleRowFunction singleRowFunction) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOperationsImpl.addPlugInSingleRowFunction(ConfigurationPlugInSingleRowFunction config) |