@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 javax.cache.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 javax.cache.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.OrderedgetOrder in class com.broadleafcommerce.jobsevents.service.AbstractSystemEventConsumerCopyright © 2020. All rights reserved.