Package | Description |
---|---|
com.espertech.esper.epl.variable |
Variable service and variable collections
|
Modifier and Type | Method and Description |
---|---|
void |
VariableServiceImpl.createNewVariable(java.lang.String optionalContextName,
java.lang.String variableName,
java.lang.String variableType,
boolean constant,
boolean array,
java.lang.Object value,
EngineImportService engineImportService) |
void |
VariableService.createNewVariable(java.lang.String optionalContextName,
java.lang.String variableName,
java.lang.String type,
boolean constant,
boolean array,
java.lang.Object value,
EngineImportService engineImportService)
Creates a new variable.
|