Interface ProcessingComponentConfiguration


public interface ProcessingComponentConfiguration
Configuration of a processing component.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Configuration for an optional component, only transformers support this option.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the configuration for this component.
    The name/type of the component.
  • Field Details

    • CONFIGURATION_COMPONENT_OPTIONAL

      static final String CONFIGURATION_COMPONENT_OPTIONAL
      Configuration for an optional component, only transformers support this option.
      See Also:
  • Method Details

    • getType

      String getType()
      The name/type of the component.
      Returns:
      A unique name for this component.
    • getConfiguration

      ValueMap getConfiguration()
      Return the configuration for this component.
      Returns:
      The configuration for this component or an empty map if there is none.