public interface StreamDeploymentRepository
Modifier and Type | Method and Description |
---|---|
void |
delete(String streamName)
Delete a Stream deployment identified by the given stream name.
|
Iterable<StreamDeployment> |
findAll()
Get all Stream deployment entries
|
StreamDeployment |
findOne(String streamName)
Find a specific StreamDeployment by stream name.
|
StreamDeployment |
save(StreamDeployment streamDeployment)
Store Stream deployment entry.
|
StreamDeployment save(StreamDeployment streamDeployment)
streamDeployment
- the stream deployment to saveStreamDeployment findOne(String streamName)
streamName
- the stream name corresponding to the stream deploymentIterable<StreamDeployment> findAll()
void delete(String streamName)
streamName
- the stream name corresponding to the stream deploymentCopyright © 2018 Pivotal Software, Inc.. All rights reserved.