Interface PipelineTopology.UpdateStages.WithSinks

    • Method Detail

      • withSinks

        PipelineTopology.Update withSinks​(List<SinkNodeBase> sinks)
        Specifies the sinks property: List of the topology sink nodes. Sink nodes allow pipeline data to be stored or exported..
        Parameters:
        sinks - List of the topology sink nodes. Sink nodes allow pipeline data to be stored or exported.
        Returns:
        the next definition stage.