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.


Method Summary
 void processPageArchive(Page page, String basePageKey)
           
 

Method Detail

processPageArchive

void processPageArchive(Page page,
                        String basePageKey)


Copyright © 2012. All Rights Reserved.