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
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<ResponseEntity<GetServiceInstanceResponse>> |
ServiceInstanceController.getServiceInstance(Map<String,String> pathVariables,
String serviceInstanceId,
String serviceDefinitionId,
String planId,
String apiInfoLocation,
String originatingIdentityString,
String requestIdentity)
REST controller for getting a service instance
|
Modifier and Type | Method and Description |
---|---|
GetServiceInstanceResponse |
GetServiceInstanceResponse.GetServiceInstanceResponseBuilder.build()
Construct a
GetServiceInstanceResponse from the provided values. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<GetServiceInstanceResponse> |
ServiceInstanceEventService.getServiceInstance(GetServiceInstanceRequest request) |
default reactor.core.publisher.Mono<GetServiceInstanceResponse> |
ServiceInstanceService.getServiceInstance(GetServiceInstanceRequest request)
Get the details of a service instance.
|