Interface PipelineTopology.DefinitionStages.WithSinks

    • Method Detail

      • withSinks

        PipelineTopology.DefinitionStages.WithCreate 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.