Interface AggregatorFactory
-
public interface AggregatorFactoryFactory class forAggregator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregatorgetAggregator()Returns a newAggregator.
-
-
-
Method Detail
-
getAggregator
Aggregator getAggregator()
Returns a newAggregator.- Returns:
- a new
Aggregator.
-
-