Interface StatisticsGatewayFactory<T>

All Known Implementing Classes:
DefaultStatisticsGatewayFactory

public interface StatisticsGatewayFactory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.hybris.statistics.StatisticsGateway<T>
    Creates or gets already created statistics gateway.
  • Method Details

    • 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