Package io.micrometer.tracing.http
Interface HttpClientResponse
- All Superinterfaces:
HttpResponse,Response
This API is taken from OpenZipkin Brave.
Abstract response type used for parsing and sampling. Represents an HTTP Client response.
- Since:
- 1.10.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault Throwableerror()Returns the exception.default io.micrometer.observation.transport.Kindkind()Returns the transport kind.default HttpClientRequestrequest()Returns the HTTP request.Methods inherited from interface io.micrometer.tracing.http.HttpResponse
header, method, route, statusCodeMethods inherited from interface io.micrometer.tracing.http.Response
headerNames, unwrap
-
Method Details
-
request
Description copied from interface:ResponseReturns the HTTP request.- Specified by:
requestin interfaceHttpResponse- Specified by:
requestin interfaceResponse- Returns:
- corresponding request
-
error
Description copied from interface:ResponseReturns the exception. -
kind
default io.micrometer.observation.transport.Kind kind()Description copied from interface:ResponseReturns the transport kind.
-