Interface RetentionHooks

All Known Implementing Classes:
RetentionHooks.NullRetentionHooks

public interface RetentionHooks
Hook into the retention checking operations for a file.
  • Method Details

    • postRetentionAction

      void postRetentionAction() throws IOException
      Method to run an action just before the file is run through the RetentionPolicy's.
      Throws:
      IOException - If the pre action fails.