Class AggregationMultiFunctionAggregationMethodModeManaged
java.lang.Object
com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethodModeManaged
- All Implemented Interfaces:
AggregationMultiFunctionAggregationMethodMode
public class AggregationMultiFunctionAggregationMethodModeManaged
extends Object
implements AggregationMultiFunctionAggregationMethodMode
Use this class to provide a aggregation method wherein there is no need to write code that generates code,
-
Constructor Summary
ConstructorDescriptionCtor.AggregationMultiFunctionAggregationMethodModeManaged
(InjectionStrategy injectionStrategyAggregationMethodFactory) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the injection strategy for the aggregation table reader factorySets the injection strategy for the aggregation table reader factory
-
Constructor Details
-
AggregationMultiFunctionAggregationMethodModeManaged
public AggregationMultiFunctionAggregationMethodModeManaged()Ctor. -
AggregationMultiFunctionAggregationMethodModeManaged
public AggregationMultiFunctionAggregationMethodModeManaged(InjectionStrategy injectionStrategyAggregationMethodFactory) Ctor.- Parameters:
injectionStrategyAggregationMethodFactory
- strategy
-
-
Method Details
-
getInjectionStrategyAggregationMethodFactory
Returns the injection strategy for the aggregation table reader factory- Returns:
- strategy
-
setInjectionStrategyAggregationMethodFactory
public AggregationMultiFunctionAggregationMethodModeManaged setInjectionStrategyAggregationMethodFactory(InjectionStrategy strategy) Sets the injection strategy for the aggregation table reader factory- Parameters:
strategy
- strategy- Returns:
- itself
-