| Package | Description |
|---|---|
| org.springframework.cloud.dataflow.core |
Root package of the Spring Cloud Data Flow domain model.
|
| Modifier and Type | Method and Description |
|---|---|
StreamAppDefinition |
StreamAppDefinition.Builder.build(String streamName)
Return a new instance of
StreamAppDefinition. |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<StreamAppDefinition> |
StreamDefinition.getAppDefinitions()
Return the ordered list of application definitions for this stream as a
List. |
Iterator<StreamAppDefinition> |
StreamDefinition.getDeploymentOrderIterator()
Return an iterator that indicates the order of application deployments for this
stream.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamAppDefinition.Builder |
StreamAppDefinition.Builder.from(StreamAppDefinition definition)
Create a new builder that is initialized with properties of the given
definition.
|
| Modifier and Type | Method and Description |
|---|---|
String |
StreamDefinitionToDslConverter.toDsl(List<StreamAppDefinition> appDefinitions)
Reverse engineers a stream, represented by ordered
StreamAppDefinition list, into a semantically
equivalent DSL text representation. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.