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