org.broadleafcommerce.cms.page.message
Interface ArchivedPagePublisher
- All Known Implementing Classes:
- JMSArchivedPagePublisher
public interface ArchivedPagePublisher
The ArchivedPagePublisher will be notified when a page has
been marked as archived. This provides a convenient cache-eviction
point for pages in production.
Implementers of this service could send a JMS or AMQP message so
that other VMs can evict the item.
Created by bpolster.
processPageArchive
void processPageArchive(Page page,
String basePageKey)
Copyright © 2013. All Rights Reserved.