public abstract class Script extends Object
| Constructor and Description |
|---|
Script() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
eval(String name,
Object[] arg) |
abstract org.wso2.siddhi.query.api.definition.Attribute.Type |
getReturnType() |
abstract void |
init(String name,
String body,
ConfigReader configReader) |
abstract void |
setReturnType(org.wso2.siddhi.query.api.definition.Attribute.Type returnType) |
public abstract void init(String name, String body, ConfigReader configReader)
public abstract org.wso2.siddhi.query.api.definition.Attribute.Type getReturnType()
public abstract void setReturnType(org.wso2.siddhi.query.api.definition.Attribute.Type returnType)
Copyright © 2017 WSO2. All rights reserved.