Class StreamDeploymentRequest
java.lang.Object
org.springframework.cloud.dataflow.server.stream.StreamDeploymentRequest
Deployment request for
StreamDeployer
implementations.- Author:
- Mark Pollack, Ilayaperumal Gopinathan
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<org.springframework.cloud.deployer.spi.core.AppDeploymentRequest>
Return the list ofAppDeploymentRequest
for the stream.Return the DSL definition for this stream.Return the Stream Deployer properties.Return the name of this stream.
-
Constructor Details
-
StreamDeploymentRequest
-
-
Method Details
-
getStreamName
Return the name of this stream.- Returns:
- stream name
-
getDslText
Return the DSL definition for this stream.- Returns:
- stream definition DSL
-
getAppDeploymentRequests
public List<org.springframework.cloud.deployer.spi.core.AppDeploymentRequest> getAppDeploymentRequests()Return the list ofAppDeploymentRequest
for the stream.- Returns:
- list of app requests
-
getStreamDeployerProperties
Return the Stream Deployer properties.- Returns:
- the map of stream deployer properties specific to StreamDeployer implementations.
-