Interface PipelineTopology.UpdateStages.WithProcessors

    • Method Detail

      • withProcessors

        PipelineTopology.Update withProcessors​(List<ProcessorNodeBase> processors)
        Specifies the processors property: List of the topology processor nodes. Processor nodes enable pipeline data to be analyzed, processed or transformed..
        Parameters:
        processors - List of the topology processor nodes. Processor nodes enable pipeline data to be analyzed, processed or transformed.
        Returns:
        the next definition stage.