Class StreamDeploymentController

java.lang.Object
org.springframework.cloud.dataflow.server.controller.StreamDeploymentController

@RestController @RequestMapping("/streams/deployments") @ExposesResourceFor(StreamDeploymentResource.class) public class StreamDeploymentController extends Object
Controller for deployment operations on StreamDefinitions. Support for stream update, rollback, and update history by delegating to StreamService.
Author:
Eric Bottard, Mark Fisher, Patrick Peralta, Ilayaperumal Gopinathan, Marius Bogoevici, Janne Valkealahti, Christian Tzolov, Gunnar Hillert, Christian Tzolov