Class BlobDeleteListener

java.lang.Object
org.nuxeo.ecm.core.blob.BlobDeleteListener
All Implemented Interfaces:
PostCommitEventListener

public class BlobDeleteListener extends Object implements PostCommitEventListener
Called periodically by a scheduler to delete the blobs marked for deletion, if enough time has elapsed.
Since:
2021.9
  • Constructor Details

    • BlobDeleteListener

      public BlobDeleteListener()
  • Method Details

    • handleEvent

      public void handleEvent(EventBundle events)
      Description copied from interface: PostCommitEventListener
      Handles the set of events that were raised during the life of an user operation.

      The events are fired as a BundleEvent after the transaction is committed.

      Specified by:
      handleEvent in interface PostCommitEventListener
      Parameters:
      events - the events to handle