Interface LivePipeline.UpdateStages.WithTopologyName

  • All Known Subinterfaces:
    LivePipeline.Update
    Enclosing interface:
    LivePipeline.UpdateStages

    public static interface LivePipeline.UpdateStages.WithTopologyName
    The stage of the LivePipeline update allowing to specify topologyName.
    • Method Detail

      • withTopologyName

        LivePipeline.Update withTopologyName​(String topologyName)
        Specifies the topologyName property: The reference to an existing pipeline topology defined for real-time content processing. When activated, this live pipeline will process content according to the pipeline topology definition..
        Parameters:
        topologyName - The reference to an existing pipeline topology defined for real-time content processing. When activated, this live pipeline will process content according to the pipeline topology definition.
        Returns:
        the next definition stage.