Class FileMetadataExtractorConsumer

java.lang.Object
org.apache.sling.cms.core.internal.jobs.FileMetadataExtractorConsumer
All Implemented Interfaces:
org.apache.sling.event.jobs.consumer.JobConsumer

public class FileMetadataExtractorConsumer extends Object implements org.apache.sling.event.jobs.consumer.JobConsumer
Sling Job Consumer for extracting the metadata from a file
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.sling.event.jobs.consumer.JobConsumer

    org.apache.sling.event.jobs.consumer.JobConsumer.AsyncHandler, org.apache.sling.event.jobs.consumer.JobConsumer.JobResult
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
    static final String
     

    Fields inherited from interface org.apache.sling.event.jobs.consumer.JobConsumer

    PROPERTY_JOB_ASYNC_HANDLER, PROPERTY_TOPICS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.sling.event.jobs.consumer.JobConsumer.JobResult
    process(org.apache.sling.event.jobs.Job job)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • FileMetadataExtractorConsumer

      public FileMetadataExtractorConsumer()
  • Method Details

    • process

      public org.apache.sling.event.jobs.consumer.JobConsumer.JobResult process(org.apache.sling.event.jobs.Job job)
      Specified by:
      process in interface org.apache.sling.event.jobs.consumer.JobConsumer