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 java.lang.Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStatisticsPublisher.RestStatisticsSenderstatic classStatisticsPublisher.StatisticsPublisherWorkerstatic interfaceStatisticsPublisher.StatisticsSender
-
Constructor Summary
Constructors Constructor Description StatisticsPublisher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()protected StatisticsPublisher.StatisticsPublisherWorkercreateWorker()voiddestroy()protected voidsetStatisticsConfig(StatisticsConfig statisticsConfig)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
java.lang.Exception
-
destroy
public void destroy() throws java.lang.Exception- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
java.lang.Exception
-
createWorker
protected StatisticsPublisher.StatisticsPublisherWorker createWorker()
-
setStatisticsConfig
protected void setStatisticsConfig(StatisticsConfig statisticsConfig)
-
-