Click or drag to resize

ConfigurationCompilerPlugInSingleRowFunction Class

Configuration information for plugging in a custom single-row function.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.compilerConfigurationCompilerPlugInSingleRowFunction

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationCompilerPlugInSingleRowFunction

The ConfigurationCompilerPlugInSingleRowFunction type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEventTypeName
Returns the event type name for functions that return instances.
Public propertyFilterOptimizable
Returns filter optimization settings.
Public propertyFunctionClassName
Returns the single-row function name.
Public propertyFunctionMethodName
Returns the name of the single-row function.
Public propertyName
Returns the single-row function name for use in EPL.
Public propertyRethrowExceptions
Returns indicator whether the runtimere-throws exceptions thrown by the single-row function. The default is false therefore the runtimeby default does not rethrow exceptions.
Public propertyValueCache
Returns the setting for the cache behavior.
Top
See Also