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 |
---|---|
DetailedAppRegistrationResource |
AppRegistryTemplate.info(String name,
ApplicationType type,
boolean exhaustive) |
DetailedAppRegistrationResource |
AppRegistryOperations.info(String name,
ApplicationType type,
boolean exhaustive)
Retrieve information about an application registration.
|
DetailedAppRegistrationResource |
AppRegistryTemplate.info(String name,
ApplicationType type,
String version,
boolean exhaustive) |
DetailedAppRegistrationResource |
AppRegistryOperations.info(String name,
ApplicationType type,
String version,
boolean exhaustive)
Retrieve information about an application registration.
|
Modifier and Type | Method and Description |
---|---|
DetailedAppRegistrationResource |
AppRegistryController.info(ApplicationType type,
String name,
boolean exhaustive)
Deprecated.
|
DetailedAppRegistrationResource |
AppRegistryController.info(ApplicationType type,
String name,
String version,
boolean exhaustive)
Retrieve detailed information about a particular application.
|
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.