public class ConstantExpressionExecutor extends Object implements ExpressionExecutor
| Constructor and Description |
|---|
ConstantExpressionExecutor(Object value,
io.siddhi.query.api.definition.Attribute.Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
ExpressionExecutor |
cloneExecutor(String key) |
Object |
execute(ComplexEvent event) |
io.siddhi.query.api.definition.Attribute.Type |
getReturnType() |
Object |
getValue() |
public ConstantExpressionExecutor(Object value, io.siddhi.query.api.definition.Attribute.Type type)
public Object execute(ComplexEvent event)
execute in interface ExpressionExecutorpublic io.siddhi.query.api.definition.Attribute.Type getReturnType()
getReturnType in interface ExpressionExecutorpublic ExpressionExecutor cloneExecutor(String key)
cloneExecutor in interface ExpressionExecutorpublic Object getValue()
public void clean()
clean in interface ExpressionExecutorCopyright © 2019. All rights reserved.