Package | Description |
---|---|
org.springframework.cloud.servicebroker.controller |
Provides Service Broker API endpoints
|
org.springframework.cloud.servicebroker.model.instance |
Service instance models
|
org.springframework.cloud.servicebroker.service |
Service interfaces and default implementations
|
org.springframework.cloud.servicebroker.service.events | |
org.springframework.cloud.servicebroker.service.events.flows |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<ResponseEntity<CreateServiceInstanceResponse>> |
ServiceInstanceController.createServiceInstance(Map<String,String> pathVariables,
String serviceInstanceId,
boolean acceptsIncomplete,
String apiInfoLocation,
String originatingIdentityString,
@Valid CreateServiceInstanceRequest request) |
Modifier and Type | Method and Description |
---|---|
CreateServiceInstanceResponse |
CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder.build()
Construct a
CreateServiceInstanceResponse from the provided values. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<CreateServiceInstanceResponse> |
ServiceInstanceEventService.createServiceInstance(CreateServiceInstanceRequest request) |
reactor.core.publisher.Mono<CreateServiceInstanceResponse> |
ServiceInstanceService.createServiceInstance(CreateServiceInstanceRequest request)
Create (provision) a new service instance.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<Void> |
CreateServiceInstanceEventFlowRegistry.getCompletionFlows(CreateServiceInstanceRequest request,
CreateServiceInstanceResponse response) |
Modifier and Type | Method and Description |
---|---|
default reactor.core.publisher.Mono<Void> |
CreateServiceInstanceCompletionFlow.complete(CreateServiceInstanceRequest request,
CreateServiceInstanceResponse response) |