Class StreamLogsController
java.lang.Object
org.springframework.cloud.dataflow.server.controller.StreamLogsController
Retrieves logs of deployed stream applications.
- Author:
- Ilayaperumal Gopinathan
-
Constructor Summary
ConstructorDescriptionStreamLogsController
(StreamDeployer streamDeployer) Construct Stream logs controller. -
Method Summary
-
Constructor Details
-
StreamLogsController
Construct Stream logs controller.- Parameters:
streamDeployer
- the deployer this controller uses to get the logs of deployed stream apps
-
-
Method Details
-
getLog
@RequestMapping("{streamName}") public org.springframework.cloud.skipper.domain.LogInfo getLog(@PathVariable String streamName) -
getLog
@RequestMapping("{streamName}/{appName}") public org.springframework.cloud.skipper.domain.LogInfo getLog(@PathVariable String streamName, @PathVariable String appName)
-