Class StatisticsPublisher

java.lang.Object
de.hybris.platform.masterserver.impl.StatisticsPublisher
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
StatisticsPublisherTest.TestStatisticsPublisher

public class StatisticsPublisher extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
  • Constructor Details

    • StatisticsPublisher

      public StatisticsPublisher()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception
    • createWorker

    • setStatisticsConfig

      protected void setStatisticsConfig(StatisticsConfig statisticsConfig)