public class StreamDeploymentRequest extends Object
StreamDeployer
implementations.Constructor and Description |
---|
StreamDeploymentRequest(String streamName,
String dslText,
List<org.springframework.cloud.deployer.spi.core.AppDeploymentRequest> appDeploymentRequests,
Map<String,String> streamDeployerProperties) |
Modifier and Type | Method and Description |
---|---|
List<org.springframework.cloud.deployer.spi.core.AppDeploymentRequest> |
getAppDeploymentRequests()
Return the list of
AppDeploymentRequest for the stream. |
String |
getDslText()
Return the DSL definition for this stream.
|
Map<String,String> |
getStreamDeployerProperties()
Return the Stream Deployer properties.
|
String |
getStreamName()
Return the name of this stream.
|
public String getStreamName()
public String getDslText()
public List<org.springframework.cloud.deployer.spi.core.AppDeploymentRequest> getAppDeploymentRequests()
AppDeploymentRequest
for the stream.Copyright © 2024 Pivotal Software, Inc.. All rights reserved.