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 Details

    • AggregationMultiFunctionAggregationMethodModeManaged

      public AggregationMultiFunctionAggregationMethodModeManaged()
      Ctor.
    • AggregationMultiFunctionAggregationMethodModeManaged

      public AggregationMultiFunctionAggregationMethodModeManaged(InjectionStrategy injectionStrategyAggregationMethodFactory)
      Ctor.
      Parameters:
      injectionStrategyAggregationMethodFactory - strategy
  • Method Details

    • getInjectionStrategyAggregationMethodFactory

      public InjectionStrategy 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