Class BinaryMetadataWorkListener

java.lang.Object
org.nuxeo.binary.metadata.internals.listeners.BinaryMetadataWorkListener
All Implemented Interfaces:
EventListener

@Deprecated(since="2021.13") public class BinaryMetadataWorkListener extends Object implements EventListener
Deprecated.
since 2021.13, BinaryMetadataSyncListener now handles the async updates
Handle document and blob updates according to BinaryMetadataSyncListener rules. If BinaryMetadataConstants.ASYNC_BINARY_METADATA_EXECUTE flag is set into Document Event Context, a work should be executed.
Since:
7.2
  • Constructor Details

    • BinaryMetadataWorkListener

      public BinaryMetadataWorkListener()
      Deprecated.
  • Method Details

    • handleEvent

      public void handleEvent(Event event)
      Deprecated.
      Description copied from interface: EventListener
      Handle the given event. The listener can cancel the event by calling Event.cancel()
      Specified by:
      handleEvent in interface EventListener
      Parameters:
      event - the event