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 Details