-
- 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorResponseprocess(Item item)Process the given item-
Methods inherited from interface io.annot8.api.components.Annot8Component
close
-
-
-
-
Method Detail
-
process
ProcessorResponse process(Item item)
Process the given item- Parameters:
item- the item to process- Returns:
- status of processing
-
-