Interface BatchProcessingHandler

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
AbstractBatchHandler, AbstractXmlHandler, JsonHandler

public interface BatchProcessingHandler extends Closeable
Interface that should be implemented by developers wishing to write custom result handlers for the veraPDF BatchProcessor. The interface effectively defines a set of processing callbacks that are invoked by the batch processor at specific points during processing.
Version:
0.1 Created 8 Nov 2016:22:54:02
Author:
Carl Wilson carlwilson AT github