Class ClasspathImportSingleRowDesc
java.lang.Object
com.espertech.esper.common.internal.settings.ClasspathImportSingleRowDesc
- All Implemented Interfaces:
Serializable
Provides information about a single-row function.
- See Also:
-
Constructor Summary
ConstructorDescriptionClasspathImportSingleRowDesc
(Class clazz, ExtensionSingleRowFunction anno) ClasspathImportSingleRowDesc
(String className, String methodName, ConfigurationCompilerPlugInSingleRowFunction.ValueCache valueCache, ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable filterOptimizable, boolean rethrowExceptions, String optionalEventTypeName) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
ClasspathImportSingleRowDesc
-
ClasspathImportSingleRowDesc
public ClasspathImportSingleRowDesc(String className, String methodName, ConfigurationCompilerPlugInSingleRowFunction.ValueCache valueCache, ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable filterOptimizable, boolean rethrowExceptions, String optionalEventTypeName)
-
-
Method Details
-
getClassName
-
getMethodName
-
getValueCache
-
getFilterOptimizable
-
isRethrowExceptions
public boolean isRethrowExceptions() -
getOptionalEventTypeName
-