Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.client |
Defines the operations of the Spring Cloud Data Flow REST Client.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<StreamStatusResource> |
RuntimeTemplate.streamStatus(String... streamNames) |
org.springframework.hateoas.PagedModel<StreamStatusResource> |
RuntimeOperations.streamStatus(String... streamNames) |
Modifier and Type | Method and Description |
---|---|
org.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) |
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.