Package | Description |
---|---|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ResponseEntity<Void> |
StreamDeploymentController.update(String name,
UpdateStreamRequest updateStreamRequest) |
Modifier and Type | Method and Description |
---|---|
void |
StreamService.updateStream(String streamName,
UpdateStreamRequest updateStreamRequest)
Update the stream using the UpdateStreamRequest.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultStreamService.updateStream(String streamName,
UpdateStreamRequest updateStreamRequest) |
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.