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<UpdateServiceInstanceResponse>> |
ServiceInstanceController.updateServiceInstance(Map<String,String> pathVariables,
String serviceInstanceId,
boolean acceptsIncomplete,
String apiInfoLocation,
String originatingIdentityString,
@Valid UpdateServiceInstanceRequest request) |
Modifier and Type | Method and Description |
---|---|
UpdateServiceInstanceResponse |
UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder.build()
Construct an
UpdateServiceInstanceResponse from the provided values. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<UpdateServiceInstanceResponse> |
ServiceInstanceEventService.updateServiceInstance(UpdateServiceInstanceRequest request) |
default reactor.core.publisher.Mono<UpdateServiceInstanceResponse> |
ServiceInstanceService.updateServiceInstance(UpdateServiceInstanceRequest request)
Update a service instance.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<Void> |
UpdateServiceInstanceEventFlowRegistry.getCompletionFlows(UpdateServiceInstanceRequest request,
UpdateServiceInstanceResponse response) |
Modifier and Type | Method and Description |
---|---|
default reactor.core.publisher.Mono<Void> |
UpdateServiceInstanceCompletionFlow.complete(UpdateServiceInstanceRequest request,
UpdateServiceInstanceResponse response) |