Interface AsyncOperationServiceInstanceBindingErrorFlow
public interface AsyncOperationServiceInstanceBindingErrorFlow
Error flow for service binding asynchronous get last operation request.
- Author:
- ilyavy
-
Method Summary
Modifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<Void>error(GetLastServiceBindingOperationRequest request, Throwable t) Performs the operation on the error flow
-
Method Details
-
error
default reactor.core.publisher.Mono<Void> error(GetLastServiceBindingOperationRequest request, Throwable t) Performs the operation on the error flow- Parameters:
request- the service broker requestt- the error- Returns:
- an empty Mono
-