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 Map<String,ConfigurationVariable> |
Configuration.variables
Map of variables.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationVariable> |
ConfigurationInformation.getVariables()
Returns the global variables by name as key and type plus initialization value as value
|
Map<String,ConfigurationVariable> |
Configuration.getVariables() |
Modifier and Type | Method and Description |
---|---|
protected static void |
EPServicesContextFactoryDefault.initVariables(VariableService variableService,
Map<String,ConfigurationVariable> variables,
EngineImportService engineImportService)
Adds configured variables to the variable service.
|