Package de.hybris.platform.masterserver
Interface StatisticsGatewayFactory<T>
-
- All Known Implementing Classes:
DefaultStatisticsGatewayFactory
public interface StatisticsGatewayFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.hybris.statistics.StatisticsGateway<T>getOrCreateStatisticsGateway()Creates or gets already created statistics gateway.
-
-
-
Method Detail
-
getOrCreateStatisticsGateway
com.hybris.statistics.StatisticsGateway<T> getOrCreateStatisticsGateway()
Creates or gets already created statistics gateway. Ensures only one instance per tenant.- Returns:
- the or create statistics gateway
-
-