Interface Pipeline
- All Superinterfaces:
AutoCloseable
,Closeable
A pipeline for extraction execution.
Must be
Must be
closed
.-
Method Summary
Modifier and TypeMethodDescriptionPrepare and gets theContentHandler
for this pipeline.void
Serializes this pipeline.
-
Method Details
-
getHandler
Prepare and gets theContentHandler
for this pipeline.- Returns:
- the
ContentHandler
- Throws:
Exception
- if an error occured
-
serialize
Serializes this pipeline.getHandler()
method must have been called before, and theContentHandler
must no longer receive any event.
Then, the pipeline must beclosed
.- Throws:
Exception
- if an error occured
-