Click or drag to resize

AggregationFunctionModeCodeGenerated Class

Use this class to provide a fully code-generated aggregation function by implementing the internal interface.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.aggfuncAggregationFunctionModeCodeGenerated

Namespace:  com.espertech.esper.common.client.hook.aggfunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class AggregationFunctionModeCodeGenerated : AggregationFunctionMode

The AggregationFunctionModeCodeGenerated type exposes the following members.

Constructors
  NameDescription
Public methodAggregationFunctionModeCodeGenerated
Initializes a new instance of the AggregationFunctionModeCodeGenerated class
Top
Properties
  NameDescription
Public propertyAggregatorMethodFactory
Returns the aggregation method factory.
Top
Methods
  NameDescription
Public methodSetAggregatorMethodFactory
Sets the aggregation method factory
Top
See Also