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

    Modifier and Type
    Method
    Description
    void
    processPageArchive(Page page, String basePageKey)
     
  • Method Details

    • processPageArchive

      void processPageArchive(Page page, String basePageKey)