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