Class AggregationMultiFunctionAgentModeManaged
java.lang.Object
com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAgentModeManaged
- All Implemented Interfaces:
AggregationMultiFunctionAgentMode
public class AggregationMultiFunctionAgentModeManaged
extends Object
implements AggregationMultiFunctionAgentMode
Use this class to provide an agent wherein there is no need to write code that generates code,
-
Constructor Summary
ConstructorDescriptionCtor.AggregationMultiFunctionAgentModeManaged
(InjectionStrategy injectionStrategyAggregationAgentFactory) Ctor -
Method Summary
Modifier and TypeMethodDescriptionReturns the injection strategy for the aggregation agent factorySets the injection strategy for the aggregation agent factory
-
Constructor Details
-
AggregationMultiFunctionAgentModeManaged
public AggregationMultiFunctionAgentModeManaged()Ctor. -
AggregationMultiFunctionAgentModeManaged
public AggregationMultiFunctionAgentModeManaged(InjectionStrategy injectionStrategyAggregationAgentFactory) Ctor- Parameters:
injectionStrategyAggregationAgentFactory
- strategy
-
-
Method Details
-
getInjectionStrategyAggregationAgentFactory
Returns the injection strategy for the aggregation agent factory- Returns:
- strategy
-
setInjectionStrategyAggregationAgentFactory
public AggregationMultiFunctionAgentModeManaged setInjectionStrategyAggregationAgentFactory(InjectionStrategy strategy) Sets the injection strategy for the aggregation agent factory- Parameters:
strategy
- strategy- Returns:
- itself
-