| Package | Description |
|---|---|
| org.springframework.cloud.dataflow.server.service |
Contains various Services (Interfaces) that are part of the Dataflow Server.
|
| org.springframework.cloud.dataflow.server.service.impl |
Contains Service implementations for the Dataflow Server.
|
| org.springframework.cloud.dataflow.server.stream |
| Modifier and Type | Method and Description |
|---|---|
StreamDeployment |
StreamService.info(String streamName)
Get stream information including the deployment properties etc.
|
| Modifier and Type | Method and Description |
|---|---|
StreamDeployment |
DefaultStreamService.info(String streamName) |
| Modifier and Type | Method and Description |
|---|---|
StreamDeployment |
StreamDeployer.getStreamInfo(String streamName)
Get stream information (including the deployment properties) for the given stream name.
|
StreamDeployment |
SkipperStreamDeployer.getStreamInfo(String streamName) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.