Uses of Class
org.springframework.cloud.dataflow.rest.resource.DetailedAppRegistrationResource
Packages that use 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
Methods in org.springframework.cloud.dataflow.rest.client that return DetailedAppRegistrationResourceModifier 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
Methods in org.springframework.cloud.dataflow.server.controller that return DetailedAppRegistrationResourceModifier 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.