public interface ProcessingComponentConfiguration
Configuration of a processing component.
-
Field Summary
Fields
Configuration for an optional component, only transformers support this option.
-
Method Summary
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
The name/type of the component.
- Returns:
- A unique name for this component.
-
getConfiguration
Return the configuration for this component.
- Returns:
- The configuration for this component or an empty map if there is none.