Interface AsyncOperationServiceInstanceBindingCompletionFlow
public interface AsyncOperationServiceInstanceBindingCompletionFlow
Completion flow for service binding asynchronous get last operation request.
- Author:
- Ilya Vy
-
Method Summary
Modifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<Void>
complete
(GetLastServiceBindingOperationRequest request, GetLastServiceBindingOperationResponse response) Performs the operation on the completion flow.
-
Method Details
-
complete
default reactor.core.publisher.Mono<Void> complete(GetLastServiceBindingOperationRequest request, GetLastServiceBindingOperationResponse response) Performs the operation on the completion flow.- Parameters:
request
- the service broker requestresponse
- the service broker response- Returns:
- an empty Mono
-