Package | Description |
---|---|
org.springframework.cloud.servicebroker.controller |
Provides Service Broker API endpoints
|
org.springframework.cloud.servicebroker.model.catalog |
Catalog models
|
org.springframework.cloud.servicebroker.service |
Service interfaces and default implementations
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Catalog> |
CatalogController.getCatalog()
REST controller for getting a catalog
|
Modifier and Type | Method and Description |
---|---|
Catalog |
Catalog.CatalogBuilder.build()
Construct a
Catalog from the provided values. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Catalog> |
BeanCatalogService.getCatalog() |
reactor.core.publisher.Mono<Catalog> |
CatalogService.getCatalog()
Return the catalog of services provided by the service broker.
|
Constructor and Description |
---|
BeanCatalogService(Catalog catalog)
Construct a service with the provided
bean . |