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) |
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) |