Class DefaultStatisticsGatewayFactory
java.lang.Object
de.hybris.platform.masterserver.impl.DefaultStatisticsGatewayFactory
- All Implemented Interfaces:
StatisticsGatewayFactory<StatisticsPayload>
public final class DefaultStatisticsGatewayFactory
extends Object
implements StatisticsGatewayFactory<StatisticsPayload>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncom.hybris.statistics.StatisticsGateway<StatisticsPayload>Creates or gets already created statistics gateway.
-
Field Details
-
MASTERSERVER_PUBLIC_KEY_FILE
- See Also:
-
-
Method Details
-
getInstance
-
getOrCreateStatisticsGateway
Description copied from interface:StatisticsGatewayFactoryCreates or gets already created statistics gateway. Ensures only one instance per tenant.- Specified by:
getOrCreateStatisticsGatewayin interfaceStatisticsGatewayFactory<StatisticsPayload>- Returns:
- the or create statistics gateway
-