Uses of Class
io.siddhi.query.api.definition.FunctionDefinition
-
Packages that use FunctionDefinition Package Description io.siddhi.query.api io.siddhi.query.api.definition -
-
Uses of FunctionDefinition in io.siddhi.query.api
Methods in io.siddhi.query.api that return types with arguments of type FunctionDefinition Modifier and Type Method Description Map<String,FunctionDefinition>SiddhiApp. getFunctionDefinitionMap()Methods in io.siddhi.query.api with parameters of type FunctionDefinition Modifier and Type Method Description SiddhiAppSiddhiApp. defineFunction(FunctionDefinition functionDefinition) -
Uses of FunctionDefinition in io.siddhi.query.api.definition
Methods in io.siddhi.query.api.definition that return FunctionDefinition Modifier and Type Method Description FunctionDefinitionFunctionDefinition. body(String body)FunctionDefinitionFunctionDefinition. id(String functionID)FunctionDefinitionFunctionDefinition. language(String language)FunctionDefinitionFunctionDefinition. type(Attribute.Type type)
-