Package | Description |
---|---|
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 |
---|---|
GetLastServiceOperationRequest |
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder.build()
Construct a
GetLastServiceOperationRequest from the provided values. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<GetLastServiceOperationResponse> |
ServiceInstanceEventService.getLastOperation(GetLastServiceOperationRequest request) |
default reactor.core.publisher.Mono<GetLastServiceOperationResponse> |
ServiceInstanceService.getLastOperation(GetLastServiceOperationRequest request)
Get the status of the last requested operation for a service instance.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<Void> |
AsyncOperationServiceInstanceEventFlowRegistry.getCompletionFlows(GetLastServiceOperationRequest request,
GetLastServiceOperationResponse response) |
reactor.core.publisher.Flux<Void> |
AsyncOperationServiceInstanceEventFlowRegistry.getErrorFlows(GetLastServiceOperationRequest request,
Throwable t) |
reactor.core.publisher.Flux<Void> |
AsyncOperationServiceInstanceEventFlowRegistry.getInitializationFlows(GetLastServiceOperationRequest request) |
Modifier and Type | Method and Description |
---|---|
default reactor.core.publisher.Mono<Void> |
AsyncOperationServiceInstanceCompletionFlow.complete(GetLastServiceOperationRequest request,
GetLastServiceOperationResponse response)
Performs the operation on the completion flow
|
default reactor.core.publisher.Mono<Void> |
AsyncOperationServiceInstanceErrorFlow.error(GetLastServiceOperationRequest request,
Throwable t)
Performs the operation on the error flow
|
default reactor.core.publisher.Mono<Void> |
AsyncOperationServiceInstanceInitializationFlow.initialize(GetLastServiceOperationRequest request)
Performs the operation on the initialization flow
|