public AggregationStateKey getAggregationStateKey(boolean isMatchRecognize) {
return handlerPlugin.getAggregationStateUniqueKey();
}
public AggregationStateFactory getAggregationStateFactory(boolean isMatchRecognize) {
return new AggregationStateFactoryPlugin(handlerPlugin.getStateFactory());
}