Interface CreateServiceInstanceErrorFlow
public interface CreateServiceInstanceErrorFlow
Error flow for create service instance request
- Author:
- Roy Clarkson
-
Method Summary
Modifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<Void>error(CreateServiceInstanceRequest request, Throwable t) Performs the operation on the error flow
-
Method Details
-
error
Performs the operation on the error flow- Parameters:
request- the service broker requestt- the error- Returns:
- an empty Mono
-