Package | Description |
---|---|
org.springframework.cloud.servicebroker.controller |
Provides Service Broker API endpoints
|
org.springframework.cloud.servicebroker.service |
Service interfaces and default implementations
|
Constructor and Description |
---|
ServiceInstanceController(CatalogService catalogService,
ServiceInstanceService serviceInstanceService)
Construct a new
ServiceInstanceController |
Modifier and Type | Class and Description |
---|---|
class |
ServiceInstanceEventService
Internal implementation of
ServiceInstanceService that attaches event hooks to requests related to
provisioning, updating, and deprovisioning service instances. |
Constructor and Description |
---|
ServiceInstanceEventService(ServiceInstanceService serviceInstanceService,
EventFlowRegistries eventFlowRegistries)
Constructs a new
ServiceInstanceEventService |