@API(status=EXPERIMENTAL)
public interface SpanDecorator
| Modifier and Type | Method and Description |
|---|---|
default void |
onError(io.opentracing.Span span,
RequestArguments arguments,
Throwable error) |
default void |
onRequest(io.opentracing.Span span,
RequestArguments arguments) |
default void |
onResponse(io.opentracing.Span span,
RequestArguments arguments,
org.springframework.http.client.ClientHttpResponse response) |
default void onRequest(io.opentracing.Span span,
RequestArguments arguments)
default void onResponse(io.opentracing.Span span,
RequestArguments arguments,
org.springframework.http.client.ClientHttpResponse response)
throws IOException
IOExceptiondefault void onError(io.opentracing.Span span,
RequestArguments arguments,
Throwable error)
Copyright © 2015–2020 Zalando SE. All rights reserved.