Class StreamDefinitionController

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

@RestController @RequestMapping("/streams/definitions") @ExposesResourceFor(StreamDefinitionResource.class) public class StreamDefinitionController extends Object
Controller for operations on StreamDefinition. This includes CRUD and optional deployment operations.
Author:
Eric Bottard, Mark Fisher, Patrick Peralta, Ilayaperumal Gopinathan, Gunnar Hillert, Oleg Zhurakousky, Glenn Renfro, Christian Tzolov, Andy Clement