org.broadleafcommerce.cms.structure.message
Interface ArchivedStructuredContentPublisher

All Known Implementing Classes:
JMSArchivedStructuredContentPublisher

public interface ArchivedStructuredContentPublisher

The ArchivedStructuredContentPublisher will be notified when a StructuredContent item has been marked as archived. This provides a convenient cache-eviction point for items 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 processStructuredContentArchive(StructuredContent sc, String baseTypeKey, String baseNameKey)
           
 

Method Detail

processStructuredContentArchive

void processStructuredContentArchive(StructuredContent sc,
                                     String baseTypeKey,
                                     String baseNameKey)


Copyright © 2012. All Rights Reserved.