Interface CreateServiceInstanceCompletionFlow
public interface CreateServiceInstanceCompletionFlow
Completion flow for create service instance request.
- Author:
- Roy Clarkson
-
Method Summary
Modifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<Void>
complete
(CreateServiceInstanceRequest request, CreateServiceInstanceResponse response) Performs the operation on the completion flow.
-
Method Details
-
complete
default reactor.core.publisher.Mono<Void> complete(CreateServiceInstanceRequest request, CreateServiceInstanceResponse response) Performs the operation on the completion flow.- Parameters:
request
- the service broker requestresponse
- the service broker response- Returns:
- an empty Mono
-