public class ConstantExpressionExecutor extends Object implements ExpressionExecutor
| Constructor and Description |
|---|
ConstantExpressionExecutor(Object value,
org.wso2.siddhi.query.api.definition.Attribute.Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
ExpressionExecutor |
cloneExecutor(String key) |
Object |
execute(ComplexEvent event) |
org.wso2.siddhi.query.api.definition.Attribute.Type |
getReturnType() |
Object |
getValue() |
public ConstantExpressionExecutor(Object value, org.wso2.siddhi.query.api.definition.Attribute.Type type)
public Object execute(ComplexEvent event)
execute in interface ExpressionExecutorpublic org.wso2.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 WSO2. All rights reserved.