public interface HttpResponseParser
| Modifier and Type | Method and Description |
|---|---|
void |
parse(HttpResponse response,
TraceContext context,
SpanCustomizer span)
Implement to choose what data from the http response are parsed into the span
representing it.
|
void parse(HttpResponse response, TraceContext context, SpanCustomizer span)
response - current responsecontext - corresponding trace contextspan - customizer for the current spanCopyright © 2021 Pivotal Software, Inc.. All rights reserved.