public interface StreamDeployer
Modifier and Type | Method and Description |
---|---|
String |
calculateStreamState(String streamName) |
void |
deployStream(StreamDeploymentRequest streamDeploymentRequest) |
Map<StreamDefinition,org.springframework.cloud.deployer.spi.app.DeploymentState> |
state(List<StreamDefinition> content) |
void |
undeployStream(String name)
Undeploys the stream identified by the given stream name.
|
void deployStream(StreamDeploymentRequest streamDeploymentRequest)
Map<StreamDefinition,org.springframework.cloud.deployer.spi.app.DeploymentState> state(List<StreamDefinition> content)
void undeployStream(String name)
name
- the name of the stream to un-deployCopyright © 2017 Pivotal Software, Inc.. All rights reserved.