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 TypeMethodDescriptionextractResult
(ClientResponse response) Extracts a result out of a Response
-
Method Details
-
extractResult
Extracts a result out of a Response- Parameters:
response
- Response- Returns:
- result
-