java.lang.Object
org.springframework.cloud.dataflow.rest.client.dsl.StreamBuilder

public class StreamBuilder extends Object
Represents the entry point into the Java DSL to set the name of the stream.
Author:
Vinicius Carvalho
  • Constructor Details

    • StreamBuilder

      public StreamBuilder(DataFlowOperations dataFlowOperations)
      Construct a new StreamBuilder given a DataFlowOperations instance.
      Parameters:
      dataFlowOperations - the dataflowOperations instance used to communicate to the Data Flow server
  • Method Details