Interface AsyncClientHttpEngine.ResultExtractor<T>

Type Parameters:
T - Result-Type
Enclosing interface:
AsyncClientHttpEngine

public static interface AsyncClientHttpEngine.ResultExtractor<T>
Interface for extracting a result out of a ClientResponse
Author:
Markus Kull
  • Method Summary

    Modifier and Type
    Method
    Description
    Extracts a result out of a Response
  • Method Details

    • extractResult

      T extractResult(ClientResponse response)
      Extracts a result out of a Response
      Parameters:
      response - Response
      Returns:
      result