public interface ProcessorType
A type of Processor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the configured processor.
  • Method Details

    • configure

      Processor configure(DataView config) throws IOException
      Returns the configured processor.
      Parameters:
      config - the processor configuration.
      Returns:
      The configured processor
      Throws:
      IOException