public class TraceWebClientSpanDecorator extends Object implements io.opentracing.contrib.spring.web.client.WebClientSpanDecorator
| 构造器和说明 |
|---|
TraceWebClientSpanDecorator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onCancel(org.springframework.web.reactive.function.client.ClientRequest httpRequest,
io.opentracing.Span span) |
void |
onError(org.springframework.web.reactive.function.client.ClientRequest clientRequest,
Throwable throwable,
io.opentracing.Span span) |
void |
onRequest(org.springframework.web.reactive.function.client.ClientRequest clientRequest,
io.opentracing.Span span) |
void |
onResponse(org.springframework.web.reactive.function.client.ClientRequest clientRequest,
org.springframework.web.reactive.function.client.ClientResponse clientResponse,
io.opentracing.Span span) |
public void onRequest(org.springframework.web.reactive.function.client.ClientRequest clientRequest,
io.opentracing.Span span)
onRequest 在接口中 io.opentracing.contrib.spring.web.client.WebClientSpanDecoratorpublic void onResponse(org.springframework.web.reactive.function.client.ClientRequest clientRequest,
org.springframework.web.reactive.function.client.ClientResponse clientResponse,
io.opentracing.Span span)
onResponse 在接口中 io.opentracing.contrib.spring.web.client.WebClientSpanDecoratorpublic void onError(org.springframework.web.reactive.function.client.ClientRequest clientRequest,
Throwable throwable,
io.opentracing.Span span)
onError 在接口中 io.opentracing.contrib.spring.web.client.WebClientSpanDecoratorpublic void onCancel(org.springframework.web.reactive.function.client.ClientRequest httpRequest,
io.opentracing.Span span)
onCancel 在接口中 io.opentracing.contrib.spring.web.client.WebClientSpanDecoratorCopyright © 2020. All rights reserved.