Uses of Class
org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Package
Description
Defines the operations of the Spring Cloud Data Flow REST Client.
Spring Cloud Data Flow Server Controllers.
-
Uses of DetailedAppRegistrationResource in org.springframework.cloud.dataflow.rest.client
Modifier and TypeMethodDescriptionAppRegistryOperations.info
(String name, ApplicationType type, boolean exhaustive) Retrieve information about an application registration.AppRegistryOperations.info
(String name, ApplicationType type, String version, boolean exhaustive) Retrieve information about an application registration.AppRegistryTemplate.info
(String name, ApplicationType type, boolean exhaustive) AppRegistryTemplate.info
(String name, ApplicationType type, String version, boolean exhaustive) -
Uses of DetailedAppRegistrationResource in org.springframework.cloud.dataflow.server.controller
Modifier and TypeMethodDescriptionAppRegistryController.info
(ApplicationType type, String name, boolean exhaustive) AppRegistryController.info
(ApplicationType type, String name, String version, boolean exhaustive) Retrieve detailed information about a particular application.