@Component(value="blURLHandlerCacheInvalidationConsumer")
public class URLHandlerCacheInvalidationConsumer
extends com.broadleafcommerce.jobsevents.service.AbstractSystemEventConsumer
Modifier and Type | Field and Description |
---|---|
protected org.broadleafcommerce.common.util.StreamingTransactionCapableUtil |
transUtil |
protected net.sf.ehcache.Cache |
urlHandlerCache |
protected org.broadleafcommerce.cms.url.service.URLHandlerService |
urlHandlerService |
entityManagerFactory
Constructor and Description |
---|
URLHandlerCacheInvalidationConsumer() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canHandleEvent(com.broadleafcommerce.jobsevents.domain.SystemEvent event) |
void |
consumeEvent(com.broadleafcommerce.jobsevents.domain.SystemEvent event) |
String |
getEventType() |
int |
getOrder() |
protected net.sf.ehcache.Cache urlHandlerCache
protected org.broadleafcommerce.common.util.StreamingTransactionCapableUtil transUtil
protected org.broadleafcommerce.cms.url.service.URLHandlerService urlHandlerService
protected boolean canHandleEvent(com.broadleafcommerce.jobsevents.domain.SystemEvent event)
public void consumeEvent(com.broadleafcommerce.jobsevents.domain.SystemEvent event)
public String getEventType()
public int getOrder()
getOrder
in interface org.springframework.core.Ordered
getOrder
in class com.broadleafcommerce.jobsevents.service.AbstractSystemEventConsumer
Copyright © 2020. All rights reserved.