Package | Description |
---|---|
org.springframework.cloud.servicebroker.controller |
Provides Service Broker API endpoints
|
org.springframework.cloud.servicebroker.model.binding |
Service binding models
|
org.springframework.cloud.servicebroker.model.instance |
Service instance models
|
Modifier and Type | Method and Description |
---|---|
protected HttpStatus |
BaseController.getAsyncResponseCode(AsyncServiceBrokerResponse response)
If an asynchronous request is received, then return HTTP 202 Accepted, otherwise HTTP 200 OK
|
Modifier and Type | Class and Description |
---|---|
class |
CreateServiceInstanceAppBindingResponse
Details of a response to a request to create a new service instance binding associated with an application.
|
class |
CreateServiceInstanceBindingResponse
Details of a response to a service instance binding create request.
|
class |
CreateServiceInstanceRouteBindingResponse
Details of a response to a request to create a new service instance binding associated with a route.
|
class |
DeleteServiceInstanceBindingResponse
Details of a response to a request to delete a service instance binding.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateServiceInstanceResponse
Details of a response to a request to create a new service instance.
|
class |
DeleteServiceInstanceResponse
Details of a response to a request to delete a service instance.
|
class |
UpdateServiceInstanceResponse
Details of a response to a request to update a service instance.
|