Package org.springframework.cloud.servicebroker.service
package org.springframework.cloud.servicebroker.service
Service interfaces and default implementations.
-
ClassDescriptionAn implementation of the
CatalogService
that allows theCatalog
to be specified as a Spring Bean.This interface is implemented by service brokers to process requests to retrieve the service catalog.Default implementation of ServiceInstanceBindingService for service brokers that do not support bindable services.Internal implementation ofServiceInstanceBindingService
that attaches event hooks to the requests to create and delete service instance bindings.This interface is implemented by service brokers to process requests to create and delete service instance bindings.Internal implementation ofServiceInstanceService
that attaches event hooks to requests related to provisioning, updating, and deprovisioning service instances.This interface is implemented by service brokers to process requests related to provisioning, updating, and deprovisioning service instances.