Interface EnrichmentResultProcessor


  • public interface EnrichmentResultProcessor
    The type of objects that can process enrichment results for serialisation to the outside world.
    Author:
    Alex Kalderimis
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> formatRow​(java.util.List<java.lang.Object> row)
      Format a row of results.
    • Method Detail

      • formatRow

        java.util.List<java.lang.String> formatRow​(java.util.List<java.lang.Object> row)
        Format a row of results.
        Parameters:
        row - The enrichment result row.
        Returns:
        A suitable stringy output.