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