Uses of Interface
org.springframework.cloud.dataflow.rest.client.DataFlowOperations
Packages that use DataFlowOperations
Package
Description
Defines the operations of the Spring Cloud Data Flow REST Client.
Configuration classes for the Spring Cloud Data Flow Shell.
-
Uses of DataFlowOperations in org.springframework.cloud.dataflow.rest.client
Classes in org.springframework.cloud.dataflow.rest.client that implement DataFlowOperationsModifier and TypeClassDescriptionclassImplementation of DataFlowOperations delegating to sub-templates, discovered via REST relations. -
Uses of DataFlowOperations in org.springframework.cloud.dataflow.rest.client.config
Methods in org.springframework.cloud.dataflow.rest.client.config that return DataFlowOperationsModifier and TypeMethodDescriptionDataFlowClientAutoConfiguration.dataFlowOperations(com.fasterxml.jackson.databind.ObjectMapper mapper) Methods in org.springframework.cloud.dataflow.rest.client.config with parameters of type DataFlowOperationsModifier and TypeMethodDescriptionDataFlowClientAutoConfiguration.streamBuilder(DataFlowOperations dataFlowOperations) -
Uses of DataFlowOperations in org.springframework.cloud.dataflow.rest.client.dsl
Methods in org.springframework.cloud.dataflow.rest.client.dsl with parameters of type DataFlowOperationsModifier and TypeMethodDescriptionstatic StreamBuilderStream.builder(DataFlowOperations client) Fluent API method to create aStreamBuilder.Constructors in org.springframework.cloud.dataflow.rest.client.dsl with parameters of type DataFlowOperationsModifierConstructorDescriptionStreamBuilder(DataFlowOperations dataFlowOperations) Construct a new StreamBuilder given aDataFlowOperationsinstance.StreamDefinition(String name, DataFlowOperations client, String definition, String description, List<StreamApplication> applications) -
Uses of DataFlowOperations in org.springframework.cloud.dataflow.rest.client.dsl.task
Methods in org.springframework.cloud.dataflow.rest.client.dsl.task with parameters of type DataFlowOperationsModifier and TypeMethodDescriptionstatic TaskBuilderTask.builder(DataFlowOperations dataFlowOperations) Fluent API method to create aTaskBuilder.static TaskScheduleBuilderTaskSchedule.builder(DataFlowOperations dataFlowOperations) Fluent API method to create aTaskScheduleBuilder.Constructors in org.springframework.cloud.dataflow.rest.client.dsl.task with parameters of type DataFlowOperations -
Uses of DataFlowOperations in org.springframework.cloud.dataflow.shell.config
Methods in org.springframework.cloud.dataflow.shell.config that return DataFlowOperationsMethods in org.springframework.cloud.dataflow.shell.config with parameters of type DataFlowOperationsModifier and TypeMethodDescriptionvoidDataFlowShell.setDataFlowOperations(DataFlowOperations dataFlowOperations)