 | ConfigurationCompilerAddPlugInSingleRowFunction Method (String, String, String) |
Adds a plug-in single-row function given a EPL function name, a class name and a method name.
The same function name cannot be added twice.
Namespace:
com.espertech.esper.common.client.configuration.compiler
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void AddPlugInSingleRowFunction(
string functionName,
string className,
string methodName
)
Parameters
- functionName
- Type: SystemString
is the new single-row function name for use in EPL - className
- Type: SystemString
is the fully-qualified class name of the class implementing the single-row function - methodName
- Type: SystemString
is the public static method provided by the class that implements the single-row function
See Also