Interface PipelineTopology.DefinitionStages.WithSources

    • Method Detail

      • withSources

        PipelineTopology.DefinitionStages.WithCreate withSources​(List<SourceNodeBase> sources)
        Specifies the sources property: List of the topology source nodes. Source nodes enable external data to be ingested by the pipeline..
        Parameters:
        sources - List of the topology source nodes. Source nodes enable external data to be ingested by the pipeline.
        Returns:
        the next definition stage.