Interface UpdateServiceInstanceErrorFlow


public interface UpdateServiceInstanceErrorFlow
Error flow for update service instance request.
Author:
Roy Clarkson
  • Method Summary

    Modifier and Type
    Method
    Description
    default reactor.core.publisher.Mono<Void>
    Performs the operation on the error flow.
  • Method Details

    • error

      default reactor.core.publisher.Mono<Void> error(UpdateServiceInstanceRequest request, Throwable t)
      Performs the operation on the error flow.
      Parameters:
      request - the service broker request
      t - the error
      Returns:
      an empty Mono