Uses of Class
org.springframework.cloud.dataflow.rest.resource.StreamStatusResource
Packages that use StreamStatusResource
Package
Description
Defines the operations of the Spring Cloud Data Flow REST Client.
Spring Cloud Data Flow Server Controllers.
-
Uses of StreamStatusResource in org.springframework.cloud.dataflow.rest.client
Methods in org.springframework.cloud.dataflow.rest.client that return types with arguments of type StreamStatusResourceModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<StreamStatusResource>
RuntimeOperations.streamStatus
(String... streamNames) org.springframework.hateoas.PagedModel<StreamStatusResource>
RuntimeTemplate.streamStatus
(String... streamNames) -
Uses of StreamStatusResource in org.springframework.cloud.dataflow.server.controller
Methods in org.springframework.cloud.dataflow.server.controller that return types with arguments of type StreamStatusResourceModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<StreamStatusResource>
RuntimeStreamsController.status
(String[] names, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<org.springframework.data.util.Pair<String, List<org.springframework.cloud.deployer.spi.app.AppStatus>>> assembler) org.springframework.hateoas.PagedModel<StreamStatusResource>
RuntimeStreamsController.streamStatus
(String[] streamNames, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<org.springframework.data.util.Pair<String, List<org.springframework.cloud.deployer.spi.app.AppStatus>>> assembler)