Class InvalidateConsumptionLayerUserSegmentsProviderCacheEventHandler
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<InvalidateConsumptionLayerUserSegmentsProviderCacheEvent>
-
- de.hybris.platform.personalizationyprofile.event.InvalidateConsumptionLayerUserSegmentsProviderCacheEventHandler
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<InvalidateConsumptionLayerUserSegmentsProviderCacheEvent>
public class InvalidateConsumptionLayerUserSegmentsProviderCacheEventHandler extends AbstractEventListener<InvalidateConsumptionLayerUserSegmentsProviderCacheEvent>
-
-
Constructor Summary
Constructors Constructor Description InvalidateConsumptionLayerUserSegmentsProviderCacheEventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonEvent(InvalidateConsumptionLayerUserSegmentsProviderCacheEvent event)This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.voidsetConsumptionLayerUserSegmentsProvider(ConsumptionLayerUserSegmentsProvider consumptionLayerUserSegmentsProvider)-
Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
-
-
-
Method Detail
-
onEvent
protected void onEvent(InvalidateConsumptionLayerUserSegmentsProviderCacheEvent event)
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<InvalidateConsumptionLayerUserSegmentsProviderCacheEvent>- Parameters:
event- the event to be processed- See Also:
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
setConsumptionLayerUserSegmentsProvider
public void setConsumptionLayerUserSegmentsProvider(ConsumptionLayerUserSegmentsProvider consumptionLayerUserSegmentsProvider)
-
-