Uses of Class
org.springframework.cloud.dataflow.rest.resource.AppStatusResource
Packages that use AppStatusResource
Package
Description
Defines the operations of the Spring Cloud Data Flow REST Client.
Spring Cloud Data Flow REST HATEOAS Resource support.
Spring Cloud Data Flow Server Controllers.
-
Uses of AppStatusResource in org.springframework.cloud.dataflow.rest.client
Methods in org.springframework.cloud.dataflow.rest.client that return AppStatusResourceModifier and TypeMethodDescriptionMethods in org.springframework.cloud.dataflow.rest.client that return types with arguments of type AppStatusResourceModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<AppStatusResource>RuntimeOperations.status()org.springframework.hateoas.PagedModel<AppStatusResource>RuntimeTemplate.status() -
Uses of AppStatusResource in org.springframework.cloud.dataflow.rest.resource
Methods in org.springframework.cloud.dataflow.rest.resource that return types with arguments of type AppStatusResourceModifier and TypeMethodDescriptionorg.springframework.hateoas.CollectionModel<AppStatusResource>StreamStatusResource.getApplications()Method parameters in org.springframework.cloud.dataflow.rest.resource with type arguments of type AppStatusResourceModifier and TypeMethodDescriptionvoidStreamStatusResource.setApplications(org.springframework.hateoas.CollectionModel<AppStatusResource> applications) -
Uses of AppStatusResource in org.springframework.cloud.dataflow.server.controller
Methods in org.springframework.cloud.dataflow.server.controller that return AppStatusResourceMethods in org.springframework.cloud.dataflow.server.controller that return types with arguments of type AppStatusResourceModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<AppStatusResource>RuntimeAppsController.list(org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<org.springframework.cloud.deployer.spi.app.AppStatus> assembler)