public abstract class ConditionExpressionExecutor extends Object implements ExpressionExecutor
Constructor and Description |
---|
ConditionExpressionExecutor() |
Modifier and Type | Method and Description |
---|---|
abstract Boolean |
execute(ComplexEvent event) |
io.siddhi.query.api.definition.Attribute.Type |
getReturnType() |
public io.siddhi.query.api.definition.Attribute.Type getReturnType()
getReturnType
in interface ExpressionExecutor
public abstract Boolean execute(ComplexEvent event)
execute
in interface ExpressionExecutor
Copyright © 2019. All rights reserved.