Interface WebClientService.Chain

Enclosing interface:
WebClientService

public static interface WebClientService.Chain
Chain of services.
  • Method Details

    • proceed

      Proceed with invocation of the next service, or the HTTP call. This method is always fully blocking.
      Parameters:
      clientRequest - request
      Returns:
      response from the next service or HTTP call