Class CatalogController

java.lang.Object
org.springframework.cloud.servicebroker.controller.BaseController
org.springframework.cloud.servicebroker.controller.CatalogController

@ServiceBrokerRestController public class CatalogController extends BaseController
Provide endpoints for the catalog API.
Author:
S Greenberg, Scott Frederick, Roy Clarkson
See Also:
  • Constructor Details

  • Method Details

    • getCatalog

      @GetMapping({"/v2/catalog","{platformInstanceId}/v2/catalog"}) public reactor.core.publisher.Mono<ResponseEntity<Catalog>> getCatalog(@RequestHeader HttpHeaders httpHeaders)
      REST controller for getting a catalog.
      Parameters:
      httpHeaders - the headers
      Returns:
      the catalog