Interface WebClientService.Chain

Enclosing interface:
WebClientService

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

    Modifier and Type
    Method
    Description
    io.helidon.webclient.api.WebClientServiceResponse
    Proceed with invocation of the next service, or the HTTP call.
  • Method Details

    • proceed

      io.helidon.webclient.api.WebClientServiceResponse proceed(WebClientServiceRequest clientRequest)
      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