Uses of Interface
org.springframework.cloud.dataflow.rest.client.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
Modifier and TypeClassDescriptionclass
Implementation of DataFlowOperations delegating to sub-templates, discovered via REST relations. -
Uses of DataFlowOperations in org.springframework.cloud.dataflow.rest.client.config
Modifier and TypeMethodDescriptionDataFlowClientAutoConfiguration.dataFlowOperations
(com.fasterxml.jackson.databind.ObjectMapper mapper) Modifier and TypeMethodDescriptionDataFlowClientAutoConfiguration.streamBuilder
(DataFlowOperations dataFlowOperations) -
Uses of DataFlowOperations in org.springframework.cloud.dataflow.rest.client.dsl
Modifier and TypeMethodDescriptionstatic StreamBuilder
Stream.builder
(DataFlowOperations client) Fluent API method to create aStreamBuilder
.ModifierConstructorDescriptionStreamBuilder
(DataFlowOperations dataFlowOperations) Construct a new StreamBuilder given aDataFlowOperations
instance.StreamDefinition
(String name, DataFlowOperations client, String definition, String description, List<StreamApplication> applications) -
Uses of DataFlowOperations in org.springframework.cloud.dataflow.rest.client.dsl.task
Modifier and TypeMethodDescriptionstatic TaskBuilder
Task.builder
(DataFlowOperations dataFlowOperations) Fluent API method to create aTaskBuilder
.static TaskScheduleBuilder
TaskSchedule.builder
(DataFlowOperations dataFlowOperations) Fluent API method to create aTaskScheduleBuilder
. -
Uses of DataFlowOperations in org.springframework.cloud.dataflow.shell.config
Modifier and TypeMethodDescriptionvoid
DataFlowShell.setDataFlowOperations
(DataFlowOperations dataFlowOperations)