Class InvalidateConsumptionLayerUserSegmentsProviderCacheEventHandler
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<InvalidateConsumptionLayerUserSegmentsProviderCacheEvent>
de.hybris.platform.personalizationyprofile.event.InvalidateConsumptionLayerUserSegmentsProviderCacheEventHandler
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected voidThis 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
-
Constructor Details
-
InvalidateConsumptionLayerUserSegmentsProviderCacheEventHandler
public InvalidateConsumptionLayerUserSegmentsProviderCacheEventHandler()
-
-
Method Details
-
onEvent
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)
-