Package | Description |
---|---|
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 |
---|---|
GetServiceInstanceRequest |
GetServiceInstanceRequest.GetServiceInstanceRequestBuilder.build()
Construct a
GetServiceInstanceRequest 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.
|