Interface Processor

  • All Superinterfaces:
    Annot8Component, AutoCloseable

    public interface Processor
    extends Annot8Component
    Base processor interface from which all processors extend.

    Processors do work on an item, such as adding new annotations, or creating new content.

    • Method Detail

      • process

        ProcessorResponse process​(Item item)
        Process the given item
        Parameters:
        item - the item to process
        Returns:
        status of processing