Class Settings.ProcessorSettings

  • Enclosing class:
    Settings

    public static class Settings.ProcessorSettings
    extends Object
    Custom configurations for any OpProcessor implementations. These settings will not be relevant unless the referenced OpProcessor is actually loaded via ServiceLoader.
    • Field Detail

      • className

        public String className
        The fully qualified class name of an OpProcessor implementation.
      • config

        public Map<String,​Object> config
        A set of configurations as expected by the OpProcessor. Consult the documentation of the OpProcessor for information on what these configurations should be.
    • Constructor Detail

      • ProcessorSettings

        public ProcessorSettings()