Interface AsyncOperationServiceInstanceCompletionFlow
public interface AsyncOperationServiceInstanceCompletionFlow
Completion flow for asynchronous get last operation reguest.
- Author:
- Roy Clarkson
-
Method Summary
Modifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<Void>
complete
(GetLastServiceOperationRequest request, GetLastServiceOperationResponse response) Performs the operation on the completion flow.
-
Method Details
-
complete
default reactor.core.publisher.Mono<Void> complete(GetLastServiceOperationRequest request, GetLastServiceOperationResponse response) Performs the operation on the completion flow.- Parameters:
request
- the service broker requestresponse
- the service broker response- Returns:
- an empty Mono
-