Package com.norconex.importer.response
Interface ImporterResponseProcessor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Processes an importer response to modify it or perform other actions
as required before it is returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessImporterResponse(ImporterResponse response) Processes the importer response.
-
Method Details
-
processImporterResponse
Processes the importer response.- Parameters:
response- the importer response
-