Class ProductConfigurationCacheInvalidationListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<ProductConfigurationCacheInvalidationEvent>
de.hybris.platform.sap.productconfig.services.event.impl.ProductConfigurationCacheInvalidationListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<ProductConfigurationCacheInvalidationEvent>
- Direct Known Subclasses:
ProductConfigurationCacheInvalidationListenerTest.ProductConfigurationCacheInvalidationListenerForTest
public class ProductConfigurationCacheInvalidationListener
extends AbstractEventListener<ProductConfigurationCacheInvalidationEvent>
This event listener reacts on
ProductConfigurationCacheInvalidationEvents and makes sure that corresponding
configuration state is deleted from the cache of this cluster node.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ProductConfigurationCacheAccessServiceprotected voidThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
ProductConfigurationCacheInvalidationListener
public ProductConfigurationCacheInvalidationListener()
-
-
Method Details
-
onEvent
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<ProductConfigurationCacheInvalidationEvent>- Parameters:
event- the event to be processed- See Also:
-
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
getCacheAccessService
-