Package | Description |
---|---|
org.springframework.cloud.servicebroker.controller |
Provides Service Broker API endpoints
|
org.springframework.cloud.servicebroker.service |
Service interfaces and default implementations
|
Class and Description |
---|
CatalogService
This interface is implemented by service brokers to process requests to retrieve the service catalog.
|
ServiceInstanceBindingService
This interface is implemented by service brokers to process requests to create and delete service instance bindings.
|
ServiceInstanceService
This interface is implemented by service brokers to process requests related to provisioning, updating, and
deprovisioning service instances.
|
Class and Description |
---|
CatalogService
This interface is implemented by service brokers to process requests to retrieve the service catalog.
|
ServiceInstanceBindingService
This interface is implemented by service brokers to process requests to create and delete service instance bindings.
|
ServiceInstanceService
This interface is implemented by service brokers to process requests related to provisioning, updating, and
deprovisioning service instances.
|