@ServiceBrokerRestController public class CatalogController extends BaseController
catalogService
Constructor and Description |
---|
CatalogController(CatalogService service) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Catalog> |
getCatalog() |
getAsyncResponseCode, getRequiredServiceDefinition, getServiceDefinition, getServiceDefinitionPlan, parseOriginatingIdentity, setCommonRequestFields, setCommonRequestFields
public CatalogController(CatalogService service)
@RequestMapping(value={"/v2/catalog","{platformInstanceId}/v2/catalog"}, method=GET) public reactor.core.publisher.Mono<Catalog> getCatalog()