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.

@FunctionalInterface public interface ImporterResponseProcessor
Processes an importer response to modify it or perform other actions as required before it is returned.
  • Method Details

    • processImporterResponse

      void processImporterResponse(ImporterResponse response)
      Processes the importer response.
      Parameters:
      response - the importer response