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
Modifier and TypeMethodDescriptionvoid
processStructuredContentArchive
(StructuredContent sc, String baseTypeKey, String baseNameKey)
-
Method Details
-
processStructuredContentArchive
-