Interface PipelineConfiguration

All Superinterfaces:
ProcessorConfiguration

public interface PipelineConfiguration extends ProcessorConfiguration
Configuration of a pipeline.
  • Method Details

    • getGeneratorConfiguration

      ProcessingComponentConfiguration getGeneratorConfiguration()
      The configuration for the generator.
      Returns:
      the configuration for the generator
    • getSerializerConfiguration

      ProcessingComponentConfiguration getSerializerConfiguration()
      The configuration for the serializer.
      Returns:
      the configuration for the serializer
    • getTransformerConfigurations

      ProcessingComponentConfiguration[] getTransformerConfigurations()
      The configuration for the transformers.
      Returns:
      the configuration for the transformers